Html Css Color HEX #2F98AA Pelorous

📋 copy color: '#2F98AA'

red 47 ◦ green 152 ◦ blue 170

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

Shades of Pelorous #2F98AA

Tints of Pelorous #2F98AA

RGB

 RED value IS 47 (18.75% from 255) = 12.74%

 GREEN value IS 152 (59.77% from 255) = 41.19%

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

R = 12.74%
G = 41.19%
B = 46.07%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F98AA (or 0x2F98AA) is known color: Pelorous. HEX triplet: 2F, 98 and AA. RGB value is (47,152,170). Sum of RGB (Red+Green+Blue) = 47+152+170=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F98AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F98AA is #D06755. Grayscale: #7A7A7A. Windows color (decimal): -13657942 or 11180079. OLE color: 11180079.

HSL color Cylindrical-coordinate representation of color #2F98AA: hue angle of 188.78º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F98AA is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 152 170 -
CMYK 0.72 0.11 0 0.33
HSL 188.78º 0.57% 0.43% -
HSV(B) 188.78º 0.72% 0.67% -
XYZ 19.66 25.96 42.01 -
YUV 122.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 47 152 170 0.72 0.11 0 0.33 188.78 0.57 0.43
Hex 2F 98 AA 48 B 0 21 BD 39 2B
Octal 57 230 252 110 13 0 41 275 71 53
Binary 101111 10011000 10101010 1001000 1011 0 100001 10111101 111001 101011

Color Harmonies of #2F98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F98AA

Black with #2F98AA

Text Example


Text Example

White with #2F98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,152,170); }

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

background-color css

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

 a { background-color: rgb(47,152,170); }

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

border-color css

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

 span { border-color: rgb(47,152,170); }

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