#255CC3

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

Shades of Cerulean Blue #255CC3

Tints of Cerulean Blue #255CC3

Color information

#255CC3 (or 0x255CC3) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5C and C3. RGB value is (37,92,195). Sum of RGB (Red+Green+Blue) = 37+92+195=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 195 (76.56% from 255 or 60.19% from 324); Max value from RGB is 195 - color contains mainly: blue. Hex color #255CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CC3 is #DAA33C. Grayscale: #565656. Windows color (decimal): -14328637 or 12803109. OLE color: 12803109.

HSL color Cylindrical-coordinate representation of color #255CC3: hue angle of 219.11º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255CC3 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3792195-
CMYK0.810.5300.24
HSL219.11º68.1%45.49%-
HSV(B)219.11º81.03%76.47%-
XYZ14.4411.9953.18-
YUV87.3188.7892.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.42%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 195 (76.56% from 255) = 60.19%
R=11.42%
G=28.40%
B=60.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37921950.810.5300.24219.1168.145.49
Hex255CC35135018db442d
Octal451343031216503033310455
Binary1001011011100110000111010001110101011000110110111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255CC3; }

 p { color: rgb(37,92,195); }

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

<style>
 a { background-color: #255CC3; }

 a { background-color: rgb(37,92,195); }

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

<style>
 span { border-color: #255CC3; }

 span { border-color: rgb(37,92,195); }

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