Html Css Color HEX #235387 Endeavour

📋 copy color: '#235387'

red 35 ◦ green 83 ◦ blue 135

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

Shades of Endeavour #235387

Tints of Endeavour #235387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 135 (53.13% from 255) = 53.36%

R = 13.83%
G = 32.81%
B = 53.36%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#235387 (or 0x235387) is known color: Endeavour. HEX triplet: 23, 53 and 87. RGB value is (35,83,135). Sum of RGB (Red+Green+Blue) = 35+83+135=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #235387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235387 is #DCAC78. Grayscale: #4A4A4A. Windows color (decimal): -14462073 or 8868643. OLE color: 8868643.

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

Color convert

RGB 35 83 135 -
CMYK 0.74 0.39 0 0.47
HSL 211.2º 0.59% 0.33% -
HSV(B) 211.2º 0.74% 0.53% -
XYZ 8.16 8.29 24.09 -
YUV 74.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 35 83 135 0.74 0.39 0 0.47 211.2 0.59 0.33
Hex 23 53 87 4A 27 0 2F D3 3B 21
Octal 43 123 207 112 47 0 57 323 73 41
Binary 100011 1010011 10000111 1001010 100111 0 101111 11010011 111011 100001

Color Harmonies of #235387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235387

Black with #235387

Text Example


Text Example

White with #235387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235387; }

 p { color: rgb(35,83,135); }

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

background-color css

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

 a { background-color: rgb(35,83,135); }

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

border-color css

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

 span { border-color: rgb(35,83,135); }

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