Html Css Color HEX #255DAA Denim

📋 copy color: '#255DAA'

red 37 ◦ green 93 ◦ blue 170

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

Shades of Denim #255DAA

Tints of Denim #255DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 12.33%
G = 31%
B = 56.67%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#255DAA (or 0x255DAA) is known color: Denim. HEX triplet: 25, 5D and AA. RGB value is (37,93,170). Sum of RGB (Red+Green+Blue) = 37+93+170=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #255DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255DAA is #DAA255. Grayscale: #545454. Windows color (decimal): -14328406 or 11164965. OLE color: 11164965.

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

Color convert

RGB 37 93 170 -
CMYK 0.78 0.45 0 0.33
HSL 214.74º 0.64% 0.41% -
HSV(B) 214.74º 0.78% 0.67% -
XYZ 11.93 11.12 39.55 -
YUV 85.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 37 93 170 0.78 0.45 0 0.33 214.74 0.64 0.41
Hex 25 5D AA 4E 2D 0 21 D7 40 29
Octal 45 135 252 116 55 0 41 327 100 51
Binary 100101 1011101 10101010 1001110 101101 0 100001 11010111 1000000 101001

Color Harmonies of #255DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DAA

Black with #255DAA

Text Example


Text Example

White with #255DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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