Html Css Color HEX #235189 Endeavour

📋 copy color: '#235189'

red 35 ◦ green 81 ◦ blue 137

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

Shades of Endeavour #235189

Tints of Endeavour #235189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.15%

R = 13.83%
G = 32.02%
B = 54.15%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#235189 (or 0x235189) is known color: Endeavour. HEX triplet: 23, 51 and 89. RGB value is (35,81,137). Sum of RGB (Red+Green+Blue) = 35+81+137=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #235189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235189 is #DCAE76. Grayscale: #494949. Windows color (decimal): -14462583 or 8999203. OLE color: 8999203.

HSL color Cylindrical-coordinate representation of color #235189: hue angle of 212.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235189 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 81 137 -
CMYK 0.74 0.41 0 0.46
HSL 212.94º 0.59% 0.34% -
HSV(B) 212.94º 0.74% 0.54% -
XYZ 8.15 8.05 24.79 -
YUV 73.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 35 81 137 0.74 0.41 0 0.46 212.94 0.59 0.34
Hex 23 51 89 4A 29 0 2E D5 3B 22
Octal 43 121 211 112 51 0 56 325 73 42
Binary 100011 1010001 10001001 1001010 101001 0 101110 11010101 111011 100010

Color Harmonies of #235189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235189

Black with #235189

Text Example


Text Example

White with #235189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235189; }

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

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

background-color css

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

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

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

border-color css

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

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

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