Html Css Color HEX #305360 Arapawa

📋 copy color: '#305360'

red 48 ◦ green 83 ◦ blue 96

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

Shades of Arapawa #305360

Tints of Arapawa #305360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 21.15%
G = 36.56%
B = 42.29%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305360 (or 0x305360) is known color: Arapawa. HEX triplet: 30, 53 and 60. RGB value is (48,83,96). Sum of RGB (Red+Green+Blue) = 48+83+96=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #305360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305360 is #CFAC9F. Grayscale: #494949. Windows color (decimal): -13610144 or 6312752. OLE color: 6312752.

HSL color Cylindrical-coordinate representation of color #305360: hue angle of 196.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #305360 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 83 96 -
CMYK 0.50 0.14 0 0.62
HSL 196.25º 0.33% 0.28% -
HSV(B) 196.25º 0.5% 0.38% -
XYZ 6.42 7.66 12.21 -
YUV 74.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 48 83 96 0.50 0.14 0 0.62 196.25 0.33 0.28
Hex 30 53 60 32 E 0 3E C4 21 1C
Octal 60 123 140 62 16 0 76 304 41 34
Binary 110000 1010011 1100000 110010 1110 0 111110 11000100 100001 11100

Color Harmonies of #305360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305360

Black with #305360

Text Example


Text Example

White with #305360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305360; }

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

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

background-color css

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

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

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

border-color css

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

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

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