Html Css Color HEX #2358A0 Endeavour

📋 copy color: '#2358A0'

red 35 ◦ green 88 ◦ blue 160

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

Shades of Endeavour #2358A0

Tints of Endeavour #2358A0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 12.37%
G = 31.1%
B = 56.54%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2358A0 (or 0x2358A0) is known color: Endeavour. HEX triplet: 23, 58 and A0. RGB value is (35,88,160). Sum of RGB (Red+Green+Blue) = 35+88+160=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #2358A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2358A0 is #DCA75F. Grayscale: #505050. Windows color (decimal): -14460768 or 10508323. OLE color: 10508323.

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

Color convert

RGB 35 88 160 -
CMYK 0.78 0.45 0 0.37
HSL 214.56º 0.64% 0.38% -
HSV(B) 214.56º 0.78% 0.63% -
XYZ 10.53 9.87 34.61 -
YUV 80.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 35 88 160 0.78 0.45 0 0.37 214.56 0.64 0.38
Hex 23 58 A0 4E 2D 0 25 D7 40 26
Octal 43 130 240 116 55 0 45 327 100 46
Binary 100011 1011000 10100000 1001110 101101 0 100101 11010111 1000000 100110

Color Harmonies of #2358A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2358A0

Black with #2358A0

Text Example


Text Example

White with #2358A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2358A0; }

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

 H1.HeaderClassName
 {
   color: #2358A0;
 }
 .AnyTagClassName
 {
   color: #2358A0;
 }
</style>

background-color css

<style>
 a { background-color: #2358A0; }

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

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

border-color css

<style>
 span { border-color: #2358A0; }

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

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