Html Css Color HEX #235486 Endeavour

📋 copy color: '#235486'

red 35 ◦ green 84 ◦ blue 134

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

Shades of Endeavour #235486

Tints of Endeavour #235486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 13.83%
G = 33.2%
B = 52.96%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#235486 (or 0x235486) is known color: Endeavour. HEX triplet: 23, 54 and 86. RGB value is (35,84,134). Sum of RGB (Red+Green+Blue) = 35+84+134=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #235486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235486 is #DCAB79. Grayscale: #4A4A4A. Windows color (decimal): -14461818 or 8803363. OLE color: 8803363.

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

Color convert

RGB 35 84 134 -
CMYK 0.74 0.37 0 0.47
HSL 210.3º 0.59% 0.33% -
HSV(B) 210.3º 0.74% 0.53% -
XYZ 8.17 8.42 23.75 -
YUV 75.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 35 84 134 0.74 0.37 0 0.47 210.3 0.59 0.33
Hex 23 54 86 4A 25 0 2F D2 3B 21
Octal 43 124 206 112 45 0 57 322 73 41
Binary 100011 1010100 10000110 1001010 100101 0 101111 11010010 111011 100001

Color Harmonies of #235486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235486

Black with #235486

Text Example


Text Example

White with #235486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235486; }

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

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

background-color css

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

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

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

border-color css

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

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

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