Html Css Color HEX #235098 Endeavour

📋 copy color: '#235098'

red 35 ◦ green 80 ◦ blue 152

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

Shades of Endeavour #235098

Tints of Endeavour #235098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 13.11%
G = 29.96%
B = 56.93%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#235098 (or 0x235098) is known color: Endeavour. HEX triplet: 23, 50 and 98. RGB value is (35,80,152). Sum of RGB (Red+Green+Blue) = 35+80+152=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #235098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235098 is #DCAF67. Grayscale: #4A4A4A. Windows color (decimal): -14462824 or 9981987. OLE color: 9981987.

HSL color Cylindrical-coordinate representation of color #235098: hue angle of 216.92º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235098 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 80 152 -
CMYK 0.77 0.47 0 0.40
HSL 216.92º 0.63% 0.37% -
HSV(B) 216.92º 0.77% 0.6% -
XYZ 9.23 8.36 30.83 -
YUV 74.75 171.59 99.65 -
System Red Green Blue C M Y K H S L
Decimal 35 80 152 0.77 0.47 0 0.40 216.92 0.63 0.37
Hex 23 50 98 4D 2F 0 28 D9 3F 25
Octal 43 120 230 115 57 0 50 331 77 45
Binary 100011 1010000 10011000 1001101 101111 0 101000 11011001 111111 100101

Color Harmonies of #235098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235098

Black with #235098

Text Example


Text Example

White with #235098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235098; }

 p { color: rgb(35,80,152); }

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

background-color css

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

 a { background-color: rgb(35,80,152); }

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

border-color css

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

 span { border-color: rgb(35,80,152); }

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