Html Css Color HEX #245DB3 Denim

📋 copy color: '#245DB3'

red 36 ◦ green 93 ◦ blue 179

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

Shades of Denim #245DB3

Tints of Denim #245DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.12%

R = 11.69%
G = 30.19%
B = 58.12%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#245DB3 (or 0x245DB3) is known color: Denim. HEX triplet: 24, 5D and B3. RGB value is (36,93,179). Sum of RGB (Red+Green+Blue) = 36+93+179=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #245DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DB3 is #DBA24C. Grayscale: #555555. Windows color (decimal): -14393933 or 11754788. OLE color: 11754788.

HSL color Cylindrical-coordinate representation of color #245DB3: hue angle of 216.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245DB3 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 36 93 179 -
CMYK 0.80 0.48 0 0.30
HSL 216.08º 0.67% 0.42% -
HSV(B) 216.08º 0.8% 0.7% -
XYZ 12.78 11.46 44.19 -
YUV 85.76 180.62 92.51 -
System Red Green Blue C M Y K H S L
Decimal 36 93 179 0.80 0.48 0 0.30 216.08 0.67 0.42
Hex 24 5D B3 50 30 0 1E D8 43 2A
Octal 44 135 263 120 60 0 36 330 103 52
Binary 100100 1011101 10110011 1010000 110000 0 11110 11011000 1000011 101010

Color Harmonies of #245DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DB3

Black with #245DB3

Text Example


Text Example

White with #245DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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