#235BD3

Color #235BD3 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #235BD3

Tints of Cerulean Blue #235BD3

Color information

#235BD3 (or 0x235BD3) is unknown color: approx Cerulean Blue. HEX triplet: 23, 5B and D3. RGB value is (35,91,211). Sum of RGB (Red+Green+Blue) = 35+91+211=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 211 (82.81% from 255 or 62.61% from 337); Max value from RGB is 211 - color contains mainly: blue. Hex color #235BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235BD3 is #DCA42C. Grayscale: #575757. Windows color (decimal): -14459949 or 13851427. OLE color: 13851427.

HSL color Cylindrical-coordinate representation of color #235BD3: hue angle of 220.91º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #235BD3 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3591211-
CMYK0.830.5700.17
HSL220.91º71.54%48.24%-
HSV(B)220.91º83.41%82.75%-
XYZ16.1912.5463.2-
YUV87.94197.4590.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 10.39%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 211 (82.81% from 255) = 62.61%
R=10.39%
G=27.00%
B=62.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal35912110.830.5700.17220.9171.5448.24
Hex235BD35339011dd4830
Octal431333231237102133511060
Binary1000111011011110100111010011111001010001110111011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235BD3; }

 p { color: rgb(35,91,211); }

 H1.HeaderClassName
 {
   color: #235BD3;
 }
 .AnyTagClassName
 {
   color: #235BD3;
 }
</style>
background-color css

<style>
 a { background-color: #235BD3; }

 a { background-color: rgb(35,91,211); }

 div.DivClassName
 {
   background-color: #235BD3;
 }
 .BgClassName
 {
   background-color: #235BD3;
 }
</style>
border-color css

<style>
 span { border-color: #235BD3; }

 span { border-color: rgb(35,91,211); }

 td.TdClassName
 {
   border-color: #235BD3;
 }
 .TagClassName
 {
   border-color: #235BD3;
 }
</style>