Html Css Color HEX #245BAC Denim

📋 copy color: '#245BAC'

red 36 ◦ green 91 ◦ blue 172

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

Shades of Denim #245BAC

Tints of Denim #245BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.43%

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 12.04%
G = 30.43%
B = 57.53%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#245BAC (or 0x245BAC) is known color: Denim. HEX triplet: 24, 5B and AC. RGB value is (36,91,172). Sum of RGB (Red+Green+Blue) = 36+91+172=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #245BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245BAC is #DBA453. Grayscale: #535353. Windows color (decimal): -14394452 or 11295524. OLE color: 11295524.

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

Color convert

RGB 36 91 172 -
CMYK 0.79 0.47 0 0.33
HSL 215.74º 0.65% 0.41% -
HSV(B) 215.74º 0.79% 0.67% -
XYZ 11.92 10.84 40.49 -
YUV 83.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 36 91 172 0.79 0.47 0 0.33 215.74 0.65 0.41
Hex 24 5B AC 4F 2F 0 21 D8 41 29
Octal 44 133 254 117 57 0 41 330 101 51
Binary 100100 1011011 10101100 1001111 101111 0 100001 11011000 1000001 101001

Color Harmonies of #245BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BAC

Black with #245BAC

Text Example


Text Example

White with #245BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,91,172); }

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

background-color css

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

 a { background-color: rgb(36,91,172); }

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

border-color css

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

 span { border-color: rgb(36,91,172); }

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