Html Css Color HEX #235899 Endeavour

📋 copy color: '#235899'

red 35 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #235899

Tints of Endeavour #235899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 12.68%
G = 31.88%
B = 55.43%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#235899 (or 0x235899) is known color: Endeavour. HEX triplet: 23, 58 and 99. RGB value is (35,88,153). Sum of RGB (Red+Green+Blue) = 35+88+153=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #235899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235899 is #DCA766. Grayscale: #4F4F4F. Windows color (decimal): -14460775 or 10049571. OLE color: 10049571.

HSL color Cylindrical-coordinate representation of color #235899: hue angle of 213.05º 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 #235899 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 88 153 -
CMYK 0.77 0.42 0 0.4
HSL 213.05º 0.63% 0.37% -
HSV(B) 213.05º 0.77% 0.6% -
XYZ 9.93 9.64 31.47 -
YUV 79.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 35 88 153 0.77 0.42 0 0.4 213.05 0.63 0.37
Hex 23 58 99 4D 2A 0 28 D5 3F 25
Octal 43 130 231 115 52 0 50 325 77 45
Binary 100011 1011000 10011001 1001101 101010 0 101000 11010101 111111 100101

Color Harmonies of #235899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235899

Black with #235899

Text Example


Text Example

White with #235899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235899; }

 p { color: rgb(35,88,153); }

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

background-color css

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

 a { background-color: rgb(35,88,153); }

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

border-color css

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

 span { border-color: rgb(35,88,153); }

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