Html Css Color HEX #30515F Arapawa

📋 copy color: '#30515F'

red 48 ◦ green 81 ◦ blue 95

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

Shades of Arapawa #30515F

Tints of Arapawa #30515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 21.43%
G = 36.16%
B = 42.41%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30515F (or 0x30515F) is known color: Arapawa. HEX triplet: 30, 51 and 5F. RGB value is (48,81,95). Sum of RGB (Red+Green+Blue) = 48+81+95=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #30515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30515F is #CFAEA0. Grayscale: #484848. Windows color (decimal): -13610657 or 6246704. OLE color: 6246704.

HSL color Cylindrical-coordinate representation of color #30515F: hue angle of 197.87º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30515F is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 81 95 -
CMYK 0.49 0.15 0 0.63
HSL 197.87º 0.33% 0.28% -
HSV(B) 197.87º 0.49% 0.37% -
XYZ 6.23 7.34 11.91 -
YUV 72.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 48 81 95 0.49 0.15 0 0.63 197.87 0.33 0.28
Hex 30 51 5F 31 F 0 3F C6 21 1C
Octal 60 121 137 61 17 0 77 306 41 34
Binary 110000 1010001 1011111 110001 1111 0 111111 11000110 100001 11100

Color Harmonies of #30515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30515F

Black with #30515F

Text Example


Text Example

White with #30515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30515F; }

 p { color: rgb(48,81,95); }

 H1.HeaderClassName
 {
   color: #30515F;
 }
 .AnyTagClassName
 {
   color: #30515F;
 }
</style>

background-color css

<style>
 a { background-color: #30515F; }

 a { background-color: rgb(48,81,95); }

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

border-color css

<style>
 span { border-color: #30515F; }

 span { border-color: rgb(48,81,95); }

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