Html Css Color HEX #235389 Endeavour

📋 copy color: '#235389'

red 35 ◦ green 83 ◦ blue 137

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

Shades of Endeavour #235389

Tints of Endeavour #235389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 13.73%
G = 32.55%
B = 53.73%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#235389 (or 0x235389) is known color: Endeavour. HEX triplet: 23, 53 and 89. RGB value is (35,83,137). Sum of RGB (Red+Green+Blue) = 35+83+137=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #235389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235389 is #DCAC76. Grayscale: #4A4A4A. Windows color (decimal): -14462071 or 8999715. OLE color: 8999715.

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

Color convert

RGB 35 83 137 -
CMYK 0.74 0.39 0 0.46
HSL 211.76º 0.59% 0.34% -
HSV(B) 211.76º 0.74% 0.54% -
XYZ 8.3 8.35 24.84 -
YUV 74.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 35 83 137 0.74 0.39 0 0.46 211.76 0.59 0.34
Hex 23 53 89 4A 27 0 2E D4 3B 22
Octal 43 123 211 112 47 0 56 324 73 42
Binary 100011 1010011 10001001 1001010 100111 0 101110 11010100 111011 100010

Color Harmonies of #235389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235389

Black with #235389

Text Example


Text Example

White with #235389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235389; }

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

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

background-color css

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

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

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

border-color css

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

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

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