Html Css Color HEX #235686 Endeavour

📋 copy color: '#235686'

red 35 ◦ green 86 ◦ blue 134

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

Shades of Endeavour #235686

Tints of Endeavour #235686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 13.73%
G = 33.73%
B = 52.55%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#235686 (or 0x235686) is known color: Endeavour. HEX triplet: 23, 56 and 86. RGB value is (35,86,134). Sum of RGB (Red+Green+Blue) = 35+86+134=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #235686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235686 is #DCA979. Grayscale: #4B4B4B. Windows color (decimal): -14461306 or 8803875. OLE color: 8803875.

HSL color Cylindrical-coordinate representation of color #235686: hue angle of 209.09º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235686 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 86 134 -
CMYK 0.74 0.36 0 0.47
HSL 209.09º 0.59% 0.33% -
HSV(B) 209.09º 0.74% 0.53% -
XYZ 8.32 8.73 23.8 -
YUV 76.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 35 86 134 0.74 0.36 0 0.47 209.09 0.59 0.33
Hex 23 56 86 4A 24 0 2F D1 3B 21
Octal 43 126 206 112 44 0 57 321 73 41
Binary 100011 1010110 10000110 1001010 100100 0 101111 11010001 111011 100001

Color Harmonies of #235686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235686

Black with #235686

Text Example


Text Example

White with #235686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235686; }

 p { color: rgb(35,86,134); }

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

background-color css

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

 a { background-color: rgb(35,86,134); }

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

border-color css

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

 span { border-color: rgb(35,86,134); }

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