Html Css Color HEX #235090 Endeavour

📋 copy color: '#235090'

red 35 ◦ green 80 ◦ blue 144

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

Shades of Endeavour #235090

Tints of Endeavour #235090

RGB

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

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

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

R = 13.51%
G = 30.89%
B = 55.6%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#235090 (or 0x235090) is known color: Endeavour. HEX triplet: 23, 50 and 90. RGB value is (35,80,144). Sum of RGB (Red+Green+Blue) = 35+80+144=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #235090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235090 is #DCAF6F. Grayscale: #494949. Windows color (decimal): -14462832 or 9457699. OLE color: 9457699.

HSL color Cylindrical-coordinate representation of color #235090: hue angle of 215.23º 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 #235090 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 80 144 -
CMYK 0.76 0.44 0 0.44
HSL 215.23º 0.61% 0.35% -
HSV(B) 215.23º 0.76% 0.56% -
XYZ 8.6 8.11 27.5 -
YUV 73.84 167.59 100.3 -
System Red Green Blue C M Y K H S L
Decimal 35 80 144 0.76 0.44 0 0.44 215.23 0.61 0.35
Hex 23 50 90 4C 2C 0 2C D7 3D 23
Octal 43 120 220 114 54 0 54 327 75 43
Binary 100011 1010000 10010000 1001100 101100 0 101100 11010111 111101 100011

Color Harmonies of #235090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235090

Black with #235090

Text Example


Text Example

White with #235090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235090; }

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

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

background-color css

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

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

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

border-color css

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

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

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