Html Css Color HEX #245692 Endeavour

📋 copy color: '#245692'

red 36 ◦ green 86 ◦ blue 146

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

Shades of Endeavour #245692

Tints of Endeavour #245692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 13.43%
G = 32.09%
B = 54.48%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245692 (or 0x245692) is known color: Endeavour. HEX triplet: 24, 56 and 92. RGB value is (36,86,146). Sum of RGB (Red+Green+Blue) = 36+86+146=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #245692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245692 is #DBA96D. Grayscale: #4D4D4D. Windows color (decimal): -14395758 or 9590308. OLE color: 9590308.

HSL color Cylindrical-coordinate representation of color #245692: hue angle of 212.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245692 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 86 146 -
CMYK 0.75 0.41 0 0.43
HSL 212.73º 0.6% 0.36% -
HSV(B) 212.73º 0.75% 0.57% -
XYZ 9.24 9.11 28.46 -
YUV 77.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 36 86 146 0.75 0.41 0 0.43 212.73 0.6 0.36
Hex 24 56 92 4B 29 0 2B D5 3C 24
Octal 44 126 222 113 51 0 53 325 74 44
Binary 100100 1010110 10010010 1001011 101001 0 101011 11010101 111100 100100

Color Harmonies of #245692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245692

Black with #245692

Text Example


Text Example

White with #245692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245692; }

 p { color: rgb(36,86,146); }

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

background-color css

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

 a { background-color: rgb(36,86,146); }

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

border-color css

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

 span { border-color: rgb(36,86,146); }

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