Html Css Color HEX #235A96 Endeavour

📋 copy color: '#235A96'

red 35 ◦ green 90 ◦ blue 150

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

Shades of Endeavour #235A96

Tints of Endeavour #235A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

 BLUE value IS 150 (58.98% from 255) = 54.55%

R = 12.73%
G = 32.73%
B = 54.55%

CMYK

 C value IS 0.77

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#235A96 (or 0x235A96) is known color: Endeavour. HEX triplet: 23, 5A and 96. RGB value is (35,90,150). Sum of RGB (Red+Green+Blue) = 35+90+150=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #235A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A96 is #DCA569. Grayscale: #505050. Windows color (decimal): -14460266 or 9853475. OLE color: 9853475.

HSL color Cylindrical-coordinate representation of color #235A96: hue angle of 211.3º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235A96 is Cyan = 0.77, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 90 150 -
CMYK 0.77 0.4 0 0.41
HSL 211.3º 0.62% 0.36% -
HSV(B) 211.3º 0.77% 0.59% -
XYZ 9.85 9.87 30.24 -
YUV 80.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 35 90 150 0.77 0.4 0 0.41 211.3 0.62 0.36
Hex 23 5A 96 4D 28 0 29 D3 3E 24
Octal 43 132 226 115 50 0 51 323 76 44
Binary 100011 1011010 10010110 1001101 101000 0 101001 11010011 111110 100100

Color Harmonies of #235A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A96

Black with #235A96

Text Example


Text Example

White with #235A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,90,150); }

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

background-color css

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

 a { background-color: rgb(35,90,150); }

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

border-color css

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

 span { border-color: rgb(35,90,150); }

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