#2350B6

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

Shades of Cerulean Blue #2350B6

Tints of Cerulean Blue #2350B6

Color information

#2350B6 (or 0x2350B6) is unknown color: approx Cerulean Blue. HEX triplet: 23, 50 and B6. RGB value is (35,80,182). Sum of RGB (Red+Green+Blue) = 35+80+182=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #2350B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350B6 is #DCAF49. Grayscale: #4D4D4D. Windows color (decimal): -14462794 or 11948067. OLE color: 11948067.

HSL color Cylindrical-coordinate representation of color #2350B6: hue angle of 221.63º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2350B6 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3580182-
CMYK0.810.5600.29
HSL221.63º67.74%42.55%-
HSV(B)221.63º80.77%71.37%-
XYZ12.019.4745.45-
YUV78.17186.5997.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.78%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 182 (71.48% from 255) = 61.28%
R=11.78%
G=26.94%
B=61.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35801820.810.5600.29221.6367.7442.55
Hex2350B6513801Dde442b
Octal431202661217003533610453
Binary1000111010000101101101010001111000011101110111101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2350B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2350B6; }

 p { color: rgb(35,80,182); }

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

<style>
 a { background-color: #2350B6; }

 a { background-color: rgb(35,80,182); }

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

<style>
 span { border-color: #2350B6; }

 span { border-color: rgb(35,80,182); }

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