Html Css Color HEX #3098AA Pelorous

📋 copy color: '#3098AA'

red 48 ◦ green 152 ◦ blue 170

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

Shades of Pelorous #3098AA

Tints of Pelorous #3098AA

RGB

 RED value IS 48 (19.14% from 255) = 12.97%

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

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

R = 12.97%
G = 41.08%
B = 45.95%

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

#3098AA (or 0x3098AA) is known color: Pelorous. HEX triplet: 30, 98 and AA. RGB value is (48,152,170). Sum of RGB (Red+Green+Blue) = 48+152+170=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #3098AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3098AA is #CF6755. Grayscale: #7A7A7A. Windows color (decimal): -13592406 or 11180080. OLE color: 11180080.

HSL color Cylindrical-coordinate representation of color #3098AA: hue angle of 188.85º degrees, saturation: 0.56, 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 #3098AA is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 152 170 -
CMYK 0.72 0.11 0 0.33
HSL 188.85º 0.56% 0.43% -
HSV(B) 188.85º 0.72% 0.67% -
XYZ 19.7 25.99 42.01 -
YUV 122.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 48 152 170 0.72 0.11 0 0.33 188.85 0.56 0.43
Hex 30 98 AA 48 B 0 21 BD 38 2B
Octal 60 230 252 110 13 0 41 275 70 53
Binary 110000 10011000 10101010 1001000 1011 0 100001 10111101 111000 101011

Color Harmonies of #3098AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3098AA

Black with #3098AA

Text Example


Text Example

White with #3098AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3098AA; }

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

 H1.HeaderClassName
 {
   color: #3098AA;
 }
 .AnyTagClassName
 {
   color: #3098AA;
 }
</style>

background-color css

<style>
 a { background-color: #3098AA; }

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

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

border-color css

<style>
 span { border-color: #3098AA; }

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

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