Html Css Color HEX #30515C Arapawa

📋 copy color: '#30515C'

red 48 ◦ green 81 ◦ blue 92

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

Shades of Arapawa #30515C

Tints of Arapawa #30515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 21.72%
G = 36.65%
B = 41.63%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30515C (or 0x30515C) is known color: Arapawa. HEX triplet: 30, 51 and 5C. RGB value is (48,81,92). Sum of RGB (Red+Green+Blue) = 48+81+92=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #30515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30515C is #CFAEA3. Grayscale: #484848. Windows color (decimal): -13610660 or 6050096. OLE color: 6050096.

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

Color convert

RGB 48 81 92 -
CMYK 0.48 0.12 0 0.64
HSL 195º 0.31% 0.27% -
HSV(B) 195º 0.48% 0.36% -
XYZ 6.09 7.29 11.21 -
YUV 72.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 48 81 92 0.48 0.12 0 0.64 195 0.31 0.27
Hex 30 51 5C 30 C 0 40 C3 1F 1B
Octal 60 121 134 60 14 0 100 303 37 33
Binary 110000 1010001 1011100 110000 1100 0 1000000 11000011 11111 11011

Color Harmonies of #30515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30515C

Black with #30515C

Text Example


Text Example

White with #30515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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