Html Css Color HEX #235386 Endeavour

📋 copy color: '#235386'

red 35 ◦ green 83 ◦ blue 134

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

Shades of Endeavour #235386

Tints of Endeavour #235386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 13.89%
G = 32.94%
B = 53.17%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#235386 (or 0x235386) is known color: Endeavour. HEX triplet: 23, 53 and 86. RGB value is (35,83,134). Sum of RGB (Red+Green+Blue) = 35+83+134=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #235386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235386 is #DCAC79. Grayscale: #4A4A4A. Windows color (decimal): -14462074 or 8803107. OLE color: 8803107.

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

Color convert

RGB 35 83 134 -
CMYK 0.74 0.38 0 0.47
HSL 210.91º 0.59% 0.33% -
HSV(B) 210.91º 0.74% 0.53% -
XYZ 8.09 8.27 23.72 -
YUV 74.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 35 83 134 0.74 0.38 0 0.47 210.91 0.59 0.33
Hex 23 53 86 4A 26 0 2F D3 3B 21
Octal 43 123 206 112 46 0 57 323 73 41
Binary 100011 1010011 10000110 1001010 100110 0 101111 11010011 111011 100001

Color Harmonies of #235386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235386

Black with #235386

Text Example


Text Example

White with #235386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235386; }

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

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

background-color css

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

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

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

border-color css

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

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

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