Html Css Color HEX #305063 Arapawa

📋 copy color: '#305063'

red 48 ◦ green 80 ◦ blue 99

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

Shades of Arapawa #305063

Tints of Arapawa #305063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

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

R = 21.15%
G = 35.24%
B = 43.61%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#305063 (or 0x305063) is known color: Arapawa. HEX triplet: 30, 50 and 63. RGB value is (48,80,99). Sum of RGB (Red+Green+Blue) = 48+80+99=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #305063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305063 is #CFAF9C. Grayscale: #484848. Windows color (decimal): -13610909 or 6508592. OLE color: 6508592.

HSL color Cylindrical-coordinate representation of color #305063: hue angle of 202.35º 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 #305063 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 80 99 -
CMYK 0.52 0.19 0 0.61
HSL 202.35º 0.35% 0.29% -
HSV(B) 202.35º 0.52% 0.39% -
XYZ 6.34 7.27 12.87 -
YUV 72.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 48 80 99 0.52 0.19 0 0.61 202.35 0.35 0.29
Hex 30 50 63 34 13 0 3D CA 23 1D
Octal 60 120 143 64 23 0 75 312 43 35
Binary 110000 1010000 1100011 110100 10011 0 111101 11001010 100011 11101

Color Harmonies of #305063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305063

Black with #305063

Text Example


Text Example

White with #305063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305063; }

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

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

background-color css

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

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

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

border-color css

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

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

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