Html Css Color HEX #245CAB Denim

📋 copy color: '#245CAB'

red 36 ◦ green 92 ◦ blue 171

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

Shades of Denim #245CAB

Tints of Denim #245CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 12.04%
G = 30.77%
B = 57.19%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#245CAB (or 0x245CAB) is known color: Denim. HEX triplet: 24, 5C and AB. RGB value is (36,92,171). Sum of RGB (Red+Green+Blue) = 36+92+171=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #245CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245CAB is #DBA354. Grayscale: #535353. Windows color (decimal): -14394197 or 11230244. OLE color: 11230244.

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

Color convert

RGB 36 92 171 -
CMYK 0.79 0.46 0 0.33
HSL 215.11º 0.65% 0.41% -
HSV(B) 215.11º 0.79% 0.67% -
XYZ 11.91 10.97 40.02 -
YUV 84.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 36 92 171 0.79 0.46 0 0.33 215.11 0.65 0.41
Hex 24 5C AB 4F 2E 0 21 D7 41 29
Octal 44 134 253 117 56 0 41 327 101 51
Binary 100100 1011100 10101011 1001111 101110 0 100001 11010111 1000001 101001

Color Harmonies of #245CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CAB

Black with #245CAB

Text Example


Text Example

White with #245CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,92,171); }

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

background-color css

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

 a { background-color: rgb(36,92,171); }

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

border-color css

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

 span { border-color: rgb(36,92,171); }

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