Html Css Color HEX #2A538A Endeavour

📋 copy color: '#2A538A'

red 42 ◦ green 83 ◦ blue 138

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

Shades of Endeavour #2A538A

Tints of Endeavour #2A538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.56%

 BLUE value IS 138 (54.3% from 255) = 52.47%

R = 15.97%
G = 31.56%
B = 52.47%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2A538A (or 0x2A538A) is known color: Endeavour. HEX triplet: 2A, 53 and 8A. RGB value is (42,83,138). Sum of RGB (Red+Green+Blue) = 42+83+138=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A538A is #D5AC75. Grayscale: #4C4C4C. Windows color (decimal): -14003318 or 9065258. OLE color: 9065258.

HSL color Cylindrical-coordinate representation of color #2A538A: hue angle of 214.38º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A538A is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 83 138 -
CMYK 0.70 0.40 0 0.46
HSL 214.38º 0.53% 0.35% -
HSV(B) 214.38º 0.7% 0.54% -
XYZ 8.64 8.51 25.23 -
YUV 77.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 42 83 138 0.70 0.40 0 0.46 214.38 0.53 0.35
Hex 2A 53 8A 46 28 0 2E D6 35 23
Octal 52 123 212 106 50 0 56 326 65 43
Binary 101010 1010011 10001010 1000110 101000 0 101110 11010110 110101 100011

Color Harmonies of #2A538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A538A

Black with #2A538A

Text Example


Text Example

White with #2A538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,83,138); }

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

background-color css

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

 a { background-color: rgb(42,83,138); }

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

border-color css

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

 span { border-color: rgb(42,83,138); }

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