Html Css Color HEX #236492 Endeavour

📋 copy color: '#236492'

red 35 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #236492

Tints of Endeavour #236492

RGB

 RED value IS 35 (14.06% from 255) = 12.46%

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 12.46%
G = 35.59%
B = 51.96%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#236492 (or 0x236492) is known color: Endeavour. HEX triplet: 23, 64 and 92. RGB value is (35,100,146). Sum of RGB (Red+Green+Blue) = 35+100+146=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #236492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236492 is #DC9B6D. Grayscale: #555555. Windows color (decimal): -14457710 or 9593891. OLE color: 9593891.

HSL color Cylindrical-coordinate representation of color #236492: hue angle of 204.86º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236492 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 100 146 -
CMYK 0.76 0.32 0 0.43
HSL 204.86º 0.61% 0.35% -
HSV(B) 204.86º 0.76% 0.57% -
XYZ 10.44 11.55 28.87 -
YUV 85.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 35 100 146 0.76 0.32 0 0.43 204.86 0.61 0.35
Hex 23 64 92 4C 20 0 2B CD 3D 23
Octal 43 144 222 114 40 0 53 315 75 43
Binary 100011 1100100 10010010 1001100 100000 0 101011 11001101 111101 100011

Color Harmonies of #236492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236492

Black with #236492

Text Example


Text Example

White with #236492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236492; }

 p { color: rgb(35,100,146); }

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

background-color css

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

 a { background-color: rgb(35,100,146); }

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

border-color css

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

 span { border-color: rgb(35,100,146); }

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