Html Css Color HEX #235992 Endeavour

📋 copy color: '#235992'

red 35 ◦ green 89 ◦ blue 146

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

Shades of Endeavour #235992

Tints of Endeavour #235992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

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

R = 12.96%
G = 32.96%
B = 54.07%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#235992 (or 0x235992) is known color: Endeavour. HEX triplet: 23, 59 and 92. RGB value is (35,89,146). Sum of RGB (Red+Green+Blue) = 35+89+146=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #235992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235992 is #DCA66D. Grayscale: #4F4F4F. Windows color (decimal): -14460526 or 9591075. OLE color: 9591075.

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

Color convert

RGB 35 89 146 -
CMYK 0.76 0.39 0 0.43
HSL 210.81º 0.61% 0.35% -
HSV(B) 210.81º 0.76% 0.57% -
XYZ 9.45 9.58 28.54 -
YUV 79.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 35 89 146 0.76 0.39 0 0.43 210.81 0.61 0.35
Hex 23 59 92 4C 27 0 2B D3 3D 23
Octal 43 131 222 114 47 0 53 323 75 43
Binary 100011 1011001 10010010 1001100 100111 0 101011 11010011 111101 100011

Color Harmonies of #235992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235992

Black with #235992

Text Example


Text Example

White with #235992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235992; }

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

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

background-color css

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

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

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

border-color css

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

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

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