Html Css Color HEX #305163 Arapawa

📋 copy color: '#305163'

red 48 ◦ green 81 ◦ blue 99

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

Shades of Arapawa #305163

Tints of Arapawa #305163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.42%

R = 21.05%
G = 35.53%
B = 43.42%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#305163 (or 0x305163) is known color: Arapawa. HEX triplet: 30, 51 and 63. RGB value is (48,81,99). Sum of RGB (Red+Green+Blue) = 48+81+99=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #305163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305163 is #CFAE9C. Grayscale: #494949. Windows color (decimal): -13610653 or 6508848. OLE color: 6508848.

HSL color Cylindrical-coordinate representation of color #305163: hue angle of 201.18º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305163 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 81 99 -
CMYK 0.52 0.18 0 0.61
HSL 201.18º 0.35% 0.29% -
HSV(B) 201.18º 0.52% 0.39% -
XYZ 6.41 7.41 12.9 -
YUV 73.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 48 81 99 0.52 0.18 0 0.61 201.18 0.35 0.29
Hex 30 51 63 34 12 0 3D C9 23 1D
Octal 60 121 143 64 22 0 75 311 43 35
Binary 110000 1010001 1100011 110100 10010 0 111101 11001001 100011 11101

Color Harmonies of #305163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305163

Black with #305163

Text Example


Text Example

White with #305163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305163; }

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

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

background-color css

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

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

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

border-color css

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

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

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