Html Css Color HEX #255BAB Cerulean Blue

📋 copy color: '#255BAB'

red 37 ◦ green 91 ◦ blue 171

#255BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #255BAB

Tints of Cerulean Blue #255BAB

RGB

 RED value IS 37 (14.84% from 255) = 12.37%

 GREEN value IS 91 (35.94% from 255) = 30.43%

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 12.37%
G = 30.43%
B = 57.19%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#255BAB (or 0x255BAB) is known color: Cerulean Blue. HEX triplet: 25, 5B and AB. RGB value is (37,91,171). Sum of RGB (Red+Green+Blue) = 37+91+171=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #255BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255BAB is #DAA454. Grayscale: #535353. Windows color (decimal): -14328917 or 11229989. OLE color: 11229989.

HSL color Cylindrical-coordinate representation of color #255BAB: hue angle of 215.82º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255BAB is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 91 171 -
CMYK 0.78 0.47 0 0.33
HSL 215.82º 0.64% 0.41% -
HSV(B) 215.82º 0.78% 0.67% -
XYZ 11.85 10.82 39.99 -
YUV 83.97 177.11 94.5 -
System Red Green Blue C M Y K H S L
Decimal 37 91 171 0.78 0.47 0 0.33 215.82 0.64 0.41
Hex 25 5B AB 4E 2F 0 21 D8 40 29
Octal 45 133 253 116 57 0 41 330 100 51
Binary 100101 1011011 10101011 1001110 101111 0 100001 11011000 1000000 101001

Color Harmonies of #255BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BAB

Black with #255BAB

Text Example


Text Example

White with #255BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #255BAB;
 }
 .AnyTagClassName
 {
   color: #255BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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