Html Css Color HEX #234CA0 Endeavour

📋 copy color: '#234CA0'

red 35 ◦ green 76 ◦ blue 160

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

Shades of Endeavour #234CA0

Tints of Endeavour #234CA0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.04%

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

R = 12.92%
G = 28.04%
B = 59.04%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#234CA0 (or 0x234CA0) is known color: Endeavour. HEX triplet: 23, 4C and A0. RGB value is (35,76,160). Sum of RGB (Red+Green+Blue) = 35+76+160=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #234CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234CA0 is #DCB35F. Grayscale: #484848. Windows color (decimal): -14463840 or 10505251. OLE color: 10505251.

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

Color convert

RGB 35 76 160 -
CMYK 0.78 0.52 0 0.37
HSL 220.32º 0.64% 0.38% -
HSV(B) 220.32º 0.78% 0.63% -
XYZ 9.62 8.06 34.31 -
YUV 73.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 35 76 160 0.78 0.52 0 0.37 220.32 0.64 0.38
Hex 23 4C A0 4E 34 0 25 DC 40 26
Octal 43 114 240 116 64 0 45 334 100 46
Binary 100011 1001100 10100000 1001110 110100 0 100101 11011100 1000000 100110

Color Harmonies of #234CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CA0

Black with #234CA0

Text Example


Text Example

White with #234CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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