Html Css Color HEX #30515D Arapawa

📋 copy color: '#30515D'

red 48 ◦ green 81 ◦ blue 93

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

Shades of Arapawa #30515D

Tints of Arapawa #30515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 21.62%
G = 36.49%
B = 41.89%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30515D (or 0x30515D) is known color: Arapawa. HEX triplet: 30, 51 and 5D. RGB value is (48,81,93). Sum of RGB (Red+Green+Blue) = 48+81+93=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #30515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30515D is #CFAEA2. Grayscale: #484848. Windows color (decimal): -13610659 or 6115632. OLE color: 6115632.

HSL color Cylindrical-coordinate representation of color #30515D: hue angle of 196º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30515D is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 81 93 -
CMYK 0.48 0.13 0 0.64
HSL 196º 0.32% 0.28% -
HSV(B) 196º 0.48% 0.36% -
XYZ 6.14 7.3 11.44 -
YUV 72.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 48 81 93 0.48 0.13 0 0.64 196 0.32 0.28
Hex 30 51 5D 30 D 0 40 C4 20 1C
Octal 60 121 135 60 15 0 100 304 40 34
Binary 110000 1010001 1011101 110000 1101 0 1000000 11000100 100000 11100

Color Harmonies of #30515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30515D

Black with #30515D

Text Example


Text Example

White with #30515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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