Html Css Color HEX #235C90 Endeavour

📋 copy color: '#235C90'

red 35 ◦ green 92 ◦ blue 144

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

Shades of Endeavour #235C90

Tints of Endeavour #235C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

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

R = 12.92%
G = 33.95%
B = 53.14%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#235C90 (or 0x235C90) is known color: Endeavour. HEX triplet: 23, 5C and 90. RGB value is (35,92,144). Sum of RGB (Red+Green+Blue) = 35+92+144=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #235C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235C90 is #DCA36F. Grayscale: #505050. Windows color (decimal): -14459760 or 9460771. OLE color: 9460771.

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

Color convert

RGB 35 92 144 -
CMYK 0.76 0.36 0 0.44
HSL 208.62º 0.61% 0.35% -
HSV(B) 208.62º 0.76% 0.56% -
XYZ 9.55 10.03 27.82 -
YUV 80.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 35 92 144 0.76 0.36 0 0.44 208.62 0.61 0.35
Hex 23 5C 90 4C 24 0 2C D1 3D 23
Octal 43 134 220 114 44 0 54 321 75 43
Binary 100011 1011100 10010000 1001100 100100 0 101100 11010001 111101 100011

Color Harmonies of #235C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235C90

Black with #235C90

Text Example


Text Example

White with #235C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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