#2350CB

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

Shades of Cerulean Blue #2350CB

Tints of Cerulean Blue #2350CB

Color information

#2350CB (or 0x2350CB) is unknown color: approx Cerulean Blue. HEX triplet: 23, 50 and CB. RGB value is (35,80,203). Sum of RGB (Red+Green+Blue) = 35+80+203=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #2350CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350CB is #DCAF34. Grayscale: #505050. Windows color (decimal): -14462773 or 13324323. OLE color: 13324323.

HSL color Cylindrical-coordinate representation of color #2350CB: hue angle of 223.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2350CB is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3580203-
CMYK0.830.6100.20
HSL223.93º70.59%46.67%-
HSV(B)223.93º82.76%79.61%-
XYZ14.3410.4157.75-
YUV80.57197.0995.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.01%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 203 (79.69% from 255) = 63.84%
R=11.01%
G=25.16%
B=63.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal35802030.830.6100.20223.9370.5946.67
Hex2350CB533D014e0472f
Octal431203131237502434010757
Binary1000111010000110010111010011111101010100111000001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2350CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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