Html Css Color HEX #2A608C Endeavour

📋 copy color: '#2A608C'

red 42 ◦ green 96 ◦ blue 140

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

Shades of Endeavour #2A608C

Tints of Endeavour #2A608C

RGB

 RED value IS 42 (16.8% from 255) = 15.11%

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 15.11%
G = 34.53%
B = 50.36%

CMYK

 C value IS 0.7

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2A608C (or 0x2A608C) is known color: Endeavour. HEX triplet: 2A, 60 and 8C. RGB value is (42,96,140). Sum of RGB (Red+Green+Blue) = 42+96+140=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A608C is #D59F73. Grayscale: #545454. Windows color (decimal): -13999988 or 9199658. OLE color: 9199658.

HSL color Cylindrical-coordinate representation of color #2A608C: hue angle of 206.94º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A608C is Cyan = 0.7, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 96 140 -
CMYK 0.7 0.31 0 0.45
HSL 206.94º 0.54% 0.36% -
HSV(B) 206.94º 0.7% 0.55% -
XYZ 9.87 10.75 26.37 -
YUV 84.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 42 96 140 0.7 0.31 0 0.45 206.94 0.54 0.36
Hex 2A 60 8C 46 1F 0 2D CF 36 24
Octal 52 140 214 106 37 0 55 317 66 44
Binary 101010 1100000 10001100 1000110 11111 0 101101 11001111 110110 100100

Color Harmonies of #2A608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A608C

Black with #2A608C

Text Example


Text Example

White with #2A608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A608C; }

 p { color: rgb(42,96,140); }

 H1.HeaderClassName
 {
   color: #2A608C;
 }
 .AnyTagClassName
 {
   color: #2A608C;
 }
</style>

background-color css

<style>
 a { background-color: #2A608C; }

 a { background-color: rgb(42,96,140); }

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

border-color css

<style>
 span { border-color: #2A608C; }

 span { border-color: rgb(42,96,140); }

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