Html Css Color HEX #2B93AA Pelorous

📋 copy color: '#2B93AA'

red 43 ◦ green 147 ◦ blue 170

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

Shades of Pelorous #2B93AA

Tints of Pelorous #2B93AA

RGB

 RED value IS 43 (17.19% from 255) = 11.94%

 GREEN value IS 147 (57.81% from 255) = 40.83%

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

R = 11.94%
G = 40.83%
B = 47.22%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B93AA (or 0x2B93AA) is known color: Pelorous. HEX triplet: 2B, 93 and AA. RGB value is (43,147,170). Sum of RGB (Red+Green+Blue) = 43+147+170=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B93AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B93AA is #D46C55. Grayscale: #767676. Windows color (decimal): -13921366 or 11178795. OLE color: 11178795.

HSL color Cylindrical-coordinate representation of color #2B93AA: hue angle of 190.87º 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 #2B93AA is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 147 170 -
CMYK 0.75 0.14 0 0.33
HSL 190.87º 0.6% 0.42% -
HSV(B) 190.87º 0.75% 0.67% -
XYZ 18.69 24.28 41.73 -
YUV 118.53 157.04 74.13 -
System Red Green Blue C M Y K H S L
Decimal 43 147 170 0.75 0.14 0 0.33 190.87 0.6 0.42
Hex 2B 93 AA 4B E 0 21 BF 3C 2A
Octal 53 223 252 113 16 0 41 277 74 52
Binary 101011 10010011 10101010 1001011 1110 0 100001 10111111 111100 101010

Color Harmonies of #2B93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B93AA

Black with #2B93AA

Text Example


Text Example

White with #2B93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,147,170); }

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

background-color css

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

 a { background-color: rgb(43,147,170); }

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

border-color css

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

 span { border-color: rgb(43,147,170); }

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