#2350C2

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

Shades of Cerulean Blue #2350C2

Tints of Cerulean Blue #2350C2

Color information

#2350C2 (or 0x2350C2) is unknown color: approx Cerulean Blue. HEX triplet: 23, 50 and C2. RGB value is (35,80,194). Sum of RGB (Red+Green+Blue) = 35+80+194=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #2350C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350C2 is #DCAF3D. Grayscale: #4F4F4F. Windows color (decimal): -14462782 or 12734499. OLE color: 12734499.

HSL color Cylindrical-coordinate representation of color #2350C2: hue angle of 223.02º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2350C2 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3580194-
CMYK0.820.5900.24
HSL223.02º69.43%44.9%-
HSV(B)223.02º81.96%76.08%-
XYZ13.39.9952.27-
YUV79.54192.5996.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.33%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 194 (76.17% from 255) = 62.78%
R=11.33%
G=25.89%
B=62.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35801940.820.5900.24223.0269.4344.9
Hex2350C2523B018df452d
Octal431203021227303033710555
Binary1000111010000110000101010010111011011000110111111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2350C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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