Html Css Color HEX #304855 Arapawa

📋 copy color: '#304855'

red 48 ◦ green 72 ◦ blue 85

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

Shades of Arapawa #304855

Tints of Arapawa #304855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 85 (33.59% from 255) = 41.46%

R = 23.41%
G = 35.12%
B = 41.46%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304855 (or 0x304855) is known color: Arapawa. HEX triplet: 30, 48 and 55. RGB value is (48,72,85). Sum of RGB (Red+Green+Blue) = 48+72+85=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #304855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304855 is #CFB7AA. Grayscale: #424242. Windows color (decimal): -13612971 or 5589040. OLE color: 5589040.

HSL color Cylindrical-coordinate representation of color #304855: hue angle of 201.08º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304855 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 72 85 -
CMYK 0.44 0.15 0 0.67
HSL 201.08º 0.28% 0.26% -
HSV(B) 201.08º 0.44% 0.33% -
XYZ 5.18 5.92 9.46 -
YUV 66.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 48 72 85 0.44 0.15 0 0.67 201.08 0.28 0.26
Hex 30 48 55 2C F 0 43 C9 1C 1A
Octal 60 110 125 54 17 0 103 311 34 32
Binary 110000 1001000 1010101 101100 1111 0 1000011 11001001 11100 11010

Color Harmonies of #304855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304855

Black with #304855

Text Example


Text Example

White with #304855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304855; }

 p { color: rgb(48,72,85); }

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

background-color css

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

 a { background-color: rgb(48,72,85); }

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

border-color css

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

 span { border-color: rgb(48,72,85); }

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