Html Css Color HEX #235990 Endeavour

📋 copy color: '#235990'

red 35 ◦ green 89 ◦ blue 144

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

Shades of Endeavour #235990

Tints of Endeavour #235990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 13.06%
G = 33.21%
B = 53.73%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#235990 (or 0x235990) is known color: Endeavour. HEX triplet: 23, 59 and 90. RGB value is (35,89,144). Sum of RGB (Red+Green+Blue) = 35+89+144=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #235990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235990 is #DCA66F. Grayscale: #4E4E4E. Windows color (decimal): -14460528 or 9460003. OLE color: 9460003.

HSL color Cylindrical-coordinate representation of color #235990: hue angle of 210.28º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #235990 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 89 144 -
CMYK 0.76 0.38 0 0.44
HSL 210.28º 0.61% 0.35% -
HSV(B) 210.28º 0.76% 0.56% -
XYZ 9.3 9.52 27.73 -
YUV 79.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 35 89 144 0.76 0.38 0 0.44 210.28 0.61 0.35
Hex 23 59 90 4C 26 0 2C D2 3D 23
Octal 43 131 220 114 46 0 54 322 75 43
Binary 100011 1011001 10010000 1001100 100110 0 101100 11010010 111101 100011

Color Harmonies of #235990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235990

Black with #235990

Text Example


Text Example

White with #235990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235990; }

 p { color: rgb(35,89,144); }

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

background-color css

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

 a { background-color: rgb(35,89,144); }

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

border-color css

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

 span { border-color: rgb(35,89,144); }

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