Html Css Color HEX #235799 Endeavour

📋 copy color: '#235799'

red 35 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #235799

Tints of Endeavour #235799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

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

R = 12.73%
G = 31.64%
B = 55.64%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#235799 (or 0x235799) is known color: Endeavour. HEX triplet: 23, 57 and 99. RGB value is (35,87,153). Sum of RGB (Red+Green+Blue) = 35+87+153=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #235799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235799 is #DCA866. Grayscale: #4E4E4E. Windows color (decimal): -14461031 or 10049315. OLE color: 10049315.

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

Color convert

RGB 35 87 153 -
CMYK 0.77 0.43 0 0.4
HSL 213.56º 0.63% 0.37% -
HSV(B) 213.56º 0.77% 0.6% -
XYZ 9.85 9.47 31.45 -
YUV 78.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 35 87 153 0.77 0.43 0 0.4 213.56 0.63 0.37
Hex 23 57 99 4D 2B 0 28 D6 3F 25
Octal 43 127 231 115 53 0 50 326 77 45
Binary 100011 1010111 10011001 1001101 101011 0 101000 11010110 111111 100101

Color Harmonies of #235799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235799

Black with #235799

Text Example


Text Example

White with #235799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235799; }

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

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

background-color css

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

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

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

border-color css

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

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

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