Html Css Color HEX #245DAF Denim

📋 copy color: '#245DAF'

red 36 ◦ green 93 ◦ blue 175

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

Shades of Denim #245DAF

Tints of Denim #245DAF

RGB

 RED value IS 36 (14.45% from 255) = 11.84%

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

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

R = 11.84%
G = 30.59%
B = 57.57%

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

#245DAF (or 0x245DAF) is known color: Denim. HEX triplet: 24, 5D and AF. RGB value is (36,93,175). Sum of RGB (Red+Green+Blue) = 36+93+175=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #245DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245DAF is #DBA250. Grayscale: #545454. Windows color (decimal): -14393937 or 11492644. OLE color: 11492644.

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

Color convert

RGB 36 93 175 -
CMYK 0.79 0.47 0 0.31
HSL 215.4º 0.66% 0.41% -
HSV(B) 215.4º 0.79% 0.69% -
XYZ 12.38 11.3 42.09 -
YUV 85.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 36 93 175 0.79 0.47 0 0.31 215.4 0.66 0.41
Hex 24 5D AF 4F 2F 0 1F D7 42 29
Octal 44 135 257 117 57 0 37 327 102 51
Binary 100100 1011101 10101111 1001111 101111 0 11111 11010111 1000010 101001

Color Harmonies of #245DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DAF

Black with #245DAF

Text Example


Text Example

White with #245DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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