Html Css Color HEX #235186 Endeavour

📋 copy color: '#235186'

red 35 ◦ green 81 ◦ blue 134

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

Shades of Endeavour #235186

Tints of Endeavour #235186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

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

R = 14%
G = 32.4%
B = 53.6%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#235186 (or 0x235186) is known color: Endeavour. HEX triplet: 23, 51 and 86. RGB value is (35,81,134). Sum of RGB (Red+Green+Blue) = 35+81+134=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #235186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235186 is #DCAE79. Grayscale: #494949. Windows color (decimal): -14462586 or 8802595. OLE color: 8802595.

HSL color Cylindrical-coordinate representation of color #235186: hue angle of 212.12º 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 #235186 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 81 134 -
CMYK 0.74 0.40 0 0.47
HSL 212.12º 0.59% 0.33% -
HSV(B) 212.12º 0.74% 0.53% -
XYZ 7.94 7.96 23.67 -
YUV 73.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 35 81 134 0.74 0.40 0 0.47 212.12 0.59 0.33
Hex 23 51 86 4A 28 0 2F D4 3B 21
Octal 43 121 206 112 50 0 57 324 73 41
Binary 100011 1010001 10000110 1001010 101000 0 101111 11010100 111011 100001

Color Harmonies of #235186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235186

Black with #235186

Text Example


Text Example

White with #235186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235186; }

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

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

background-color css

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

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

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

border-color css

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

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

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