Html Css Color HEX #255CAB Denim

📋 copy color: '#255CAB'

red 37 ◦ green 92 ◦ blue 171

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

Shades of Denim #255CAB

Tints of Denim #255CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

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

R = 12.33%
G = 30.67%
B = 57%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#255CAB (or 0x255CAB) is known color: Denim. HEX triplet: 25, 5C and AB. RGB value is (37,92,171). Sum of RGB (Red+Green+Blue) = 37+92+171=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #255CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255CAB is #DAA354. Grayscale: #545454. Windows color (decimal): -14328661 or 11230245. OLE color: 11230245.

HSL color Cylindrical-coordinate representation of color #255CAB: hue angle of 215.37º 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 #255CAB is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 92 171 -
CMYK 0.78 0.46 0 0.33
HSL 215.37º 0.64% 0.41% -
HSV(B) 215.37º 0.78% 0.67% -
XYZ 11.94 10.99 40.02 -
YUV 84.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 37 92 171 0.78 0.46 0 0.33 215.37 0.64 0.41
Hex 25 5C AB 4E 2E 0 21 D7 40 29
Octal 45 134 253 116 56 0 41 327 100 51
Binary 100101 1011100 10101011 1001110 101110 0 100001 11010111 1000000 101001

Color Harmonies of #255CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CAB

Black with #255CAB

Text Example


Text Example

White with #255CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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