Html Css Color HEX #2A95BA Pelorous

📋 copy color: '#2A95BA'

red 42 ◦ green 149 ◦ blue 186

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

Shades of Pelorous #2A95BA

Tints of Pelorous #2A95BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 11.14%
G = 39.52%
B = 49.34%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A95BA (or 0x2A95BA) is known color: Pelorous. HEX triplet: 2A, 95 and BA. RGB value is (42,149,186). Sum of RGB (Red+Green+Blue) = 42+149+186=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A95BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A95BA is #D56A45. Grayscale: #787878. Windows color (decimal): -13986374 or 12227882. OLE color: 12227882.

HSL color Cylindrical-coordinate representation of color #2A95BA: hue angle of 195.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A95BA is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 149 186 -
CMYK 0.77 0.20 0 0.27
HSL 195.42º 0.63% 0.45% -
HSV(B) 195.42º 0.77% 0.73% -
XYZ 20.57 25.53 50.3 -
YUV 121.23 164.55 71.49 -
System Red Green Blue C M Y K H S L
Decimal 42 149 186 0.77 0.20 0 0.27 195.42 0.63 0.45
Hex 2A 95 BA 4D 14 0 1B C3 3F 2D
Octal 52 225 272 115 24 0 33 303 77 55
Binary 101010 10010101 10111010 1001101 10100 0 11011 11000011 111111 101101

Color Harmonies of #2A95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A95BA

Black with #2A95BA

Text Example


Text Example

White with #2A95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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