Html Css Color HEX #234BA0 Endeavour

📋 copy color: '#234BA0'

red 35 ◦ green 75 ◦ blue 160

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

Shades of Endeavour #234BA0

Tints of Endeavour #234BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 12.96%
G = 27.78%
B = 59.26%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#234BA0 (or 0x234BA0) is known color: Endeavour. HEX triplet: 23, 4B and A0. RGB value is (35,75,160). Sum of RGB (Red+Green+Blue) = 35+75+160=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #234BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234BA0 is #DCB45F. Grayscale: #484848. Windows color (decimal): -14464096 or 10504995. OLE color: 10504995.

HSL color Cylindrical-coordinate representation of color #234BA0: hue angle of 220.8º 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 #234BA0 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 35 75 160 -
CMYK 0.78 0.53 0 0.37
HSL 220.8º 0.64% 0.38% -
HSV(B) 220.8º 0.78% 0.63% -
XYZ 9.55 7.93 34.28 -
YUV 72.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 35 75 160 0.78 0.53 0 0.37 220.8 0.64 0.38
Hex 23 4B A0 4E 35 0 25 DD 40 26
Octal 43 113 240 116 65 0 45 335 100 46
Binary 100011 1001011 10100000 1001110 110101 0 100101 11011101 1000000 100110

Color Harmonies of #234BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BA0

Black with #234BA0

Text Example


Text Example

White with #234BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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