Html Css Color HEX #255DAF Denim

📋 copy color: '#255DAF'

red 37 ◦ green 93 ◦ blue 175

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

Shades of Denim #255DAF

Tints of Denim #255DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 12.13%
G = 30.49%
B = 57.38%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#255DAF (or 0x255DAF) is known color: Denim. HEX triplet: 25, 5D and AF. RGB value is (37,93,175). Sum of RGB (Red+Green+Blue) = 37+93+175=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #255DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255DAF is #DAA250. Grayscale: #555555. Windows color (decimal): -14328401 or 11492645. OLE color: 11492645.

HSL color Cylindrical-coordinate representation of color #255DAF: hue angle of 215.65º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255DAF is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 93 175 -
CMYK 0.79 0.47 0 0.31
HSL 215.65º 0.65% 0.42% -
HSV(B) 215.65º 0.79% 0.69% -
XYZ 12.42 11.32 42.09 -
YUV 85.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 37 93 175 0.79 0.47 0 0.31 215.65 0.65 0.42
Hex 25 5D AF 4F 2F 0 1F D8 41 2A
Octal 45 135 257 117 57 0 37 330 101 52
Binary 100101 1011101 10101111 1001111 101111 0 11111 11011000 1000001 101010

Color Harmonies of #255DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DAF

Black with #255DAF

Text Example


Text Example

White with #255DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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