Html Css Color HEX #255DAB Denim

📋 copy color: '#255DAB'

red 37 ◦ green 93 ◦ blue 171

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

Shades of Denim #255DAB

Tints of Denim #255DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

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

R = 12.29%
G = 30.9%
B = 56.81%

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

#255DAB (or 0x255DAB) is known color: Denim. HEX triplet: 25, 5D and AB. RGB value is (37,93,171). Sum of RGB (Red+Green+Blue) = 37+93+171=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #255DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255DAB is #DAA254. Grayscale: #545454. Windows color (decimal): -14328405 or 11230501. OLE color: 11230501.

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

Color convert

RGB 37 93 171 -
CMYK 0.78 0.46 0 0.33
HSL 214.93º 0.64% 0.41% -
HSV(B) 214.93º 0.78% 0.67% -
XYZ 12.03 11.16 40.05 -
YUV 85.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 37 93 171 0.78 0.46 0 0.33 214.93 0.64 0.41
Hex 25 5D AB 4E 2E 0 21 D7 40 29
Octal 45 135 253 116 56 0 41 327 100 51
Binary 100101 1011101 10101011 1001110 101110 0 100001 11010111 1000000 101001

Color Harmonies of #255DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DAB

Black with #255DAB

Text Example


Text Example

White with #255DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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