Html Css Color HEX #235184 Endeavour

📋 copy color: '#235184'

red 35 ◦ green 81 ◦ blue 132

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

Shades of Endeavour #235184

Tints of Endeavour #235184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.23%

R = 14.11%
G = 32.66%
B = 53.23%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#235184 (or 0x235184) is known color: Endeavour. HEX triplet: 23, 51 and 84. RGB value is (35,81,132). Sum of RGB (Red+Green+Blue) = 35+81+132=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #235184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235184 is #DCAE7B. Grayscale: #484848. Windows color (decimal): -14462588 or 8671523. OLE color: 8671523.

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

Color convert

RGB 35 81 132 -
CMYK 0.73 0.39 0 0.48
HSL 211.55º 0.58% 0.33% -
HSV(B) 211.55º 0.73% 0.52% -
XYZ 7.8 7.91 22.95 -
YUV 73.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 35 81 132 0.73 0.39 0 0.48 211.55 0.58 0.33
Hex 23 51 84 49 27 0 30 D4 3A 21
Octal 43 121 204 111 47 0 60 324 72 41
Binary 100011 1010001 10000100 1001001 100111 0 110000 11010100 111010 100001

Color Harmonies of #235184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235184

Black with #235184

Text Example


Text Example

White with #235184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235184; }

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

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

background-color css

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

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

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

border-color css

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

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

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