Html Css Color HEX #235185 Endeavour

📋 copy color: '#235185'

red 35 ◦ green 81 ◦ blue 133

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

Shades of Endeavour #235185

Tints of Endeavour #235185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 14.06%
G = 32.53%
B = 53.41%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#235185 (or 0x235185) is known color: Endeavour. HEX triplet: 23, 51 and 85. RGB value is (35,81,133). Sum of RGB (Red+Green+Blue) = 35+81+133=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #235185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235185 is #DCAE7A. Grayscale: #484848. Windows color (decimal): -14462587 or 8737059. OLE color: 8737059.

HSL color Cylindrical-coordinate representation of color #235185: hue angle of 211.84º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235185 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 81 133 -
CMYK 0.74 0.39 0 0.48
HSL 211.84º 0.58% 0.33% -
HSV(B) 211.84º 0.74% 0.52% -
XYZ 7.87 7.94 23.31 -
YUV 73.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 35 81 133 0.74 0.39 0 0.48 211.84 0.58 0.33
Hex 23 51 85 4A 27 0 30 D4 3A 21
Octal 43 121 205 112 47 0 60 324 72 41
Binary 100011 1010001 10000101 1001010 100111 0 110000 11010100 111010 100001

Color Harmonies of #235185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235185

Black with #235185

Text Example


Text Example

White with #235185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235185; }

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

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

background-color css

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

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

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

border-color css

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

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

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