Html Css Color HEX #235BA0 Endeavour

📋 copy color: '#235BA0'

red 35 ◦ green 91 ◦ blue 160

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

Shades of Endeavour #235BA0

Tints of Endeavour #235BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.82%

 BLUE value IS 160 (62.89% from 255) = 55.94%

R = 12.24%
G = 31.82%
B = 55.94%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#235BA0 (or 0x235BA0) is known color: Endeavour. HEX triplet: 23, 5B and A0. RGB value is (35,91,160). Sum of RGB (Red+Green+Blue) = 35+91+160=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 160 (62.89% from 255 or 55.94% from 286); Max value from RGB is 160 - color contains mainly: blue. Hex color #235BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235BA0 is #DCA45F. Grayscale: #515151. Windows color (decimal): -14460000 or 10509091. OLE color: 10509091.

HSL color Cylindrical-coordinate representation of color #235BA0: hue angle of 213.12º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #235BA0 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 35 91 160 -
CMYK 0.78 0.43 0 0.37
HSL 213.12º 0.64% 0.38% -
HSV(B) 213.12º 0.78% 0.63% -
XYZ 10.78 10.38 34.69 -
YUV 82.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 35 91 160 0.78 0.43 0 0.37 213.12 0.64 0.38
Hex 23 5B A0 4E 2B 0 25 D5 40 26
Octal 43 133 240 116 53 0 45 325 100 46
Binary 100011 1011011 10100000 1001110 101011 0 100101 11010101 1000000 100110

Color Harmonies of #235BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235BA0

Black with #235BA0

Text Example


Text Example

White with #235BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,91,160); }

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

background-color css

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

 a { background-color: rgb(35,91,160); }

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

border-color css

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

 span { border-color: rgb(35,91,160); }

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