#255BBC

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

Shades of Cerulean Blue #255BBC

Tints of Cerulean Blue #255BBC

Color information

#255BBC (or 0x255BBC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5B and BC. RGB value is (37,91,188). Sum of RGB (Red+Green+Blue) = 37+91+188=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #255BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BBC is #DAA443. Grayscale: #555555. Windows color (decimal): -14328900 or 12344101. OLE color: 12344101.

HSL color Cylindrical-coordinate representation of color #255BBC: hue angle of 218.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255BBC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3791188-
CMYK0.800.5200.26
HSL218.54º67.11%44.12%-
HSV(B)218.54º80.32%73.73%-
XYZ13.5811.5149.08-
YUV85.91185.6193.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.71%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 188 (73.83% from 255) = 59.49%
R=11.71%
G=28.80%
B=59.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal37911880.800.5200.26218.5467.1144.12
Hex255BBC503401Adb432c
Octal451332741206403233310354
Binary1001011011011101111001010000110100011010110110111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,91,188); }

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

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

 a { background-color: rgb(37,91,188); }

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

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

 span { border-color: rgb(37,91,188); }

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