Html Css Color HEX #235288 Endeavour

📋 copy color: '#235288'

red 35 ◦ green 82 ◦ blue 136

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

Shades of Endeavour #235288

Tints of Endeavour #235288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.41%

 BLUE value IS 136 (53.52% from 255) = 53.75%

R = 13.83%
G = 32.41%
B = 53.75%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#235288 (or 0x235288) is known color: Endeavour. HEX triplet: 23, 52 and 88. RGB value is (35,82,136). Sum of RGB (Red+Green+Blue) = 35+82+136=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #235288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235288 is #DCAD77. Grayscale: #494949. Windows color (decimal): -14462328 or 8933923. OLE color: 8933923.

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

Color convert

RGB 35 82 136 -
CMYK 0.74 0.40 0 0.47
HSL 212.08º 0.59% 0.34% -
HSV(B) 212.08º 0.74% 0.53% -
XYZ 8.15 8.17 24.44 -
YUV 74.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 35 82 136 0.74 0.40 0 0.47 212.08 0.59 0.34
Hex 23 52 88 4A 28 0 2F D4 3B 22
Octal 43 122 210 112 50 0 57 324 73 42
Binary 100011 1010010 10001000 1001010 101000 0 101111 11010100 111011 100010

Color Harmonies of #235288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235288

Black with #235288

Text Example


Text Example

White with #235288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235288; }

 p { color: rgb(35,82,136); }

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

background-color css

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

 a { background-color: rgb(35,82,136); }

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

border-color css

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

 span { border-color: rgb(35,82,136); }

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