Html Css Color HEX #2A95AA Pelorous

📋 copy color: '#2A95AA'

red 42 ◦ green 149 ◦ blue 170

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

Shades of Pelorous #2A95AA

Tints of Pelorous #2A95AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 11.63%
G = 41.27%
B = 47.09%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A95AA (or 0x2A95AA) is known color: Pelorous. HEX triplet: 2A, 95 and AA. RGB value is (42,149,170). Sum of RGB (Red+Green+Blue) = 42+149+170=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A95AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A95AA is #D56A55. Grayscale: #777777. Windows color (decimal): -13986390 or 11179306. OLE color: 11179306.

HSL color Cylindrical-coordinate representation of color #2A95AA: hue angle of 189.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A95AA is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 149 170 -
CMYK 0.75 0.12 0 0.33
HSL 189.84º 0.6% 0.42% -
HSV(B) 189.84º 0.75% 0.67% -
XYZ 18.96 24.89 41.84 -
YUV 119.4 156.55 72.79 -
System Red Green Blue C M Y K H S L
Decimal 42 149 170 0.75 0.12 0 0.33 189.84 0.6 0.42
Hex 2A 95 AA 4B C 0 21 BE 3C 2A
Octal 52 225 252 113 14 0 41 276 74 52
Binary 101010 10010101 10101010 1001011 1100 0 100001 10111110 111100 101010

Color Harmonies of #2A95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A95AA

Black with #2A95AA

Text Example


Text Example

White with #2A95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,149,170); }

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

background-color css

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

 a { background-color: rgb(42,149,170); }

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

border-color css

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

 span { border-color: rgb(42,149,170); }

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