Html Css Color HEX #236392 Endeavour

📋 copy color: '#236392'

red 35 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #236392

Tints of Endeavour #236392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 12.5%
G = 35.36%
B = 52.14%

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

#236392 (or 0x236392) is known color: Endeavour. HEX triplet: 23, 63 and 92. RGB value is (35,99,146). Sum of RGB (Red+Green+Blue) = 35+99+146=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #236392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236392 is #DC9C6D. Grayscale: #545454. Windows color (decimal): -14457966 or 9593635. OLE color: 9593635.

HSL color Cylindrical-coordinate representation of color #236392: hue angle of 205.41º 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 #236392 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 99 146 -
CMYK 0.76 0.32 0 0.43
HSL 205.41º 0.61% 0.35% -
HSV(B) 205.41º 0.76% 0.57% -
XYZ 10.34 11.36 28.84 -
YUV 85.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 35 99 146 0.76 0.32 0 0.43 205.41 0.61 0.35
Hex 23 63 92 4C 20 0 2B CD 3D 23
Octal 43 143 222 114 40 0 53 315 75 43
Binary 100011 1100011 10010010 1001100 100000 0 101011 11001101 111101 100011

Color Harmonies of #236392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236392

Black with #236392

Text Example


Text Example

White with #236392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236392; }

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

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

background-color css

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

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

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

border-color css

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

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

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