Html Css Color HEX #305363 Arapawa

📋 copy color: '#305363'

red 48 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #305363

Tints of Arapawa #305363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

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

R = 20.87%
G = 36.09%
B = 43.04%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#305363 (or 0x305363) is known color: Arapawa. HEX triplet: 30, 53 and 63. RGB value is (48,83,99). Sum of RGB (Red+Green+Blue) = 48+83+99=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #305363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305363 is #CFAC9C. Grayscale: #4A4A4A. Windows color (decimal): -13610141 or 6509360. OLE color: 6509360.

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

Color convert

RGB 48 83 99 -
CMYK 0.52 0.16 0 0.61
HSL 198.82º 0.35% 0.29% -
HSV(B) 198.82º 0.52% 0.39% -
XYZ 6.56 7.72 12.95 -
YUV 74.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 48 83 99 0.52 0.16 0 0.61 198.82 0.35 0.29
Hex 30 53 63 34 10 0 3D C7 23 1D
Octal 60 123 143 64 20 0 75 307 43 35
Binary 110000 1010011 1100011 110100 10000 0 111101 11000111 100011 11101

Color Harmonies of #305363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305363

Black with #305363

Text Example


Text Example

White with #305363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305363; }

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

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

background-color css

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

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

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

border-color css

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

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

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