Html Css Color HEX #2D95AB Pelorous

📋 copy color: '#2D95AB'

red 45 ◦ green 149 ◦ blue 171

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

Shades of Pelorous #2D95AB

Tints of Pelorous #2D95AB

RGB

 RED value IS 45 (17.97% from 255) = 12.33%

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 12.33%
G = 40.82%
B = 46.85%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D95AB (or 0x2D95AB) is known color: Pelorous. HEX triplet: 2D, 95 and AB. RGB value is (45,149,171). Sum of RGB (Red+Green+Blue) = 45+149+171=365 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.33% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D95AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D95AB is #D26A54. Grayscale: #787878. Windows color (decimal): -13789781 or 11244845. OLE color: 11244845.

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

Color convert

RGB 45 149 171 -
CMYK 0.74 0.13 0 0.33
HSL 190.48º 0.58% 0.42% -
HSV(B) 190.48º 0.74% 0.67% -
XYZ 19.18 24.99 42.34 -
YUV 120.41 156.54 74.21 -
System Red Green Blue C M Y K H S L
Decimal 45 149 171 0.74 0.13 0 0.33 190.48 0.58 0.42
Hex 2D 95 AB 4A D 0 21 BE 3A 2A
Octal 55 225 253 112 15 0 41 276 72 52
Binary 101101 10010101 10101011 1001010 1101 0 100001 10111110 111010 101010

Color Harmonies of #2D95AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D95AB

Black with #2D95AB

Text Example


Text Example

White with #2D95AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,149,171); }

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

background-color css

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

 a { background-color: rgb(45,149,171); }

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

border-color css

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

 span { border-color: rgb(45,149,171); }

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