Html Css Color HEX #2354A3 Endeavour

📋 copy color: '#2354A3'

red 35 ◦ green 84 ◦ blue 163

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

Shades of Endeavour #2354A3

Tints of Endeavour #2354A3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.79%

 BLUE value IS 163 (64.06% from 255) = 57.8%

R = 12.41%
G = 29.79%
B = 57.8%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2354A3 (or 0x2354A3) is known color: Endeavour. HEX triplet: 23, 54 and A3. RGB value is (35,84,163). Sum of RGB (Red+Green+Blue) = 35+84+163=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #2354A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2354A3 is #DCAB5C. Grayscale: #4D4D4D. Windows color (decimal): -14461789 or 10703907. OLE color: 10703907.

HSL color Cylindrical-coordinate representation of color #2354A3: hue angle of 217.03º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2354A3 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 35 84 163 -
CMYK 0.79 0.48 0 0.36
HSL 217.03º 0.65% 0.39% -
HSV(B) 217.03º 0.79% 0.64% -
XYZ 10.47 9.34 35.9 -
YUV 78.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 35 84 163 0.79 0.48 0 0.36 217.03 0.65 0.39
Hex 23 54 A3 4F 30 0 24 D9 41 27
Octal 43 124 243 117 60 0 44 331 101 47
Binary 100011 1010100 10100011 1001111 110000 0 100100 11011001 1000001 100111

Color Harmonies of #2354A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2354A3

Black with #2354A3

Text Example


Text Example

White with #2354A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2354A3; }

 p { color: rgb(35,84,163); }

 H1.HeaderClassName
 {
   color: #2354A3;
 }
 .AnyTagClassName
 {
   color: #2354A3;
 }
</style>

background-color css

<style>
 a { background-color: #2354A3; }

 a { background-color: rgb(35,84,163); }

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

border-color css

<style>
 span { border-color: #2354A3; }

 span { border-color: rgb(35,84,163); }

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