Html Css Color HEX #304555 Arapawa

📋 copy color: '#304555'

red 48 ◦ green 69 ◦ blue 85

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

Shades of Arapawa #304555

Tints of Arapawa #304555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

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

R = 23.76%
G = 34.16%
B = 42.08%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304555 (or 0x304555) is known color: Arapawa. HEX triplet: 30, 45 and 55. RGB value is (48,69,85). Sum of RGB (Red+Green+Blue) = 48+69+85=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #304555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304555 is #CFBAAA. Grayscale: #404040. Windows color (decimal): -13613739 or 5588272. OLE color: 5588272.

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

Color convert

RGB 48 69 85 -
CMYK 0.44 0.19 0 0.67
HSL 205.95º 0.28% 0.26% -
HSV(B) 205.95º 0.44% 0.33% -
XYZ 4.99 5.54 9.4 -
YUV 64.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 48 69 85 0.44 0.19 0 0.67 205.95 0.28 0.26
Hex 30 45 55 2C 13 0 43 CE 1C 1A
Octal 60 105 125 54 23 0 103 316 34 32
Binary 110000 1000101 1010101 101100 10011 0 1000011 11001110 11100 11010

Color Harmonies of #304555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304555

Black with #304555

Text Example


Text Example

White with #304555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304555; }

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

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

background-color css

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

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

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

border-color css

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

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

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