Html Css Color HEX #2A98A7 Pelorous

📋 copy color: '#2A98A7'

red 42 ◦ green 152 ◦ blue 167

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

Shades of Pelorous #2A98A7

Tints of Pelorous #2A98A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.26%

R = 11.63%
G = 42.11%
B = 46.26%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2A98A7 (or 0x2A98A7) is known color: Pelorous. HEX triplet: 2A, 98 and A7. RGB value is (42,152,167). Sum of RGB (Red+Green+Blue) = 42+152+167=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #2A98A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A98A7 is #D56758. Grayscale: #787878. Windows color (decimal): -13985625 or 10983466. OLE color: 10983466.

HSL color Cylindrical-coordinate representation of color #2A98A7: hue angle of 187.2º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A98A7 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 152 167 -
CMYK 0.75 0.09 0 0.35
HSL 187.2º 0.6% 0.41% -
HSV(B) 187.2º 0.75% 0.65% -
XYZ 19.16 25.74 40.52 -
YUV 120.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 42 152 167 0.75 0.09 0 0.35 187.2 0.6 0.41
Hex 2A 98 A7 4B 9 0 23 BB 3C 29
Octal 52 230 247 113 11 0 43 273 74 51
Binary 101010 10011000 10100111 1001011 1001 0 100011 10111011 111100 101001

Color Harmonies of #2A98A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A98A7

Black with #2A98A7

Text Example


Text Example

White with #2A98A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,152,167); }

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

background-color css

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

 a { background-color: rgb(42,152,167); }

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

border-color css

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

 span { border-color: rgb(42,152,167); }

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