Html Css Color HEX #236090 Endeavour

📋 copy color: '#236090'

red 35 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #236090

Tints of Endeavour #236090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

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

R = 12.73%
G = 34.91%
B = 52.36%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#236090 (or 0x236090) is known color: Endeavour. HEX triplet: 23, 60 and 90. RGB value is (35,96,144). Sum of RGB (Red+Green+Blue) = 35+96+144=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #236090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236090 is #DC9F6F. Grayscale: #525252. Windows color (decimal): -14458736 or 9461795. OLE color: 9461795.

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

Color convert

RGB 35 96 144 -
CMYK 0.76 0.33 0 0.44
HSL 206.42º 0.61% 0.35% -
HSV(B) 206.42º 0.76% 0.56% -
XYZ 9.91 10.74 27.94 -
YUV 83.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 35 96 144 0.76 0.33 0 0.44 206.42 0.61 0.35
Hex 23 60 90 4C 21 0 2C CE 3D 23
Octal 43 140 220 114 41 0 54 316 75 43
Binary 100011 1100000 10010000 1001100 100001 0 101100 11001110 111101 100011

Color Harmonies of #236090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236090

Black with #236090

Text Example


Text Example

White with #236090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236090; }

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

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

background-color css

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

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

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

border-color css

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

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

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