Html Css Color HEX #235998 Endeavour

📋 copy color: '#235998'

red 35 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #235998

Tints of Endeavour #235998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.07%

R = 12.68%
G = 32.25%
B = 55.07%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#235998 (or 0x235998) is known color: Endeavour. HEX triplet: 23, 59 and 98. RGB value is (35,89,152). Sum of RGB (Red+Green+Blue) = 35+89+152=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #235998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235998 is #DCA667. Grayscale: #4F4F4F. Windows color (decimal): -14460520 or 9984291. OLE color: 9984291.

HSL color Cylindrical-coordinate representation of color #235998: hue angle of 212.31º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235998 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 89 152 -
CMYK 0.77 0.41 0 0.40
HSL 212.31º 0.63% 0.37% -
HSV(B) 212.31º 0.77% 0.6% -
XYZ 9.93 9.77 31.07 -
YUV 80.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 35 89 152 0.77 0.41 0 0.40 212.31 0.63 0.37
Hex 23 59 98 4D 29 0 28 D4 3F 25
Octal 43 131 230 115 51 0 50 324 77 45
Binary 100011 1011001 10011000 1001101 101001 0 101000 11010100 111111 100101

Color Harmonies of #235998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235998

Black with #235998

Text Example


Text Example

White with #235998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235998; }

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

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

background-color css

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

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

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

border-color css

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

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

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