Html Css Color HEX #304655 Arapawa

📋 copy color: '#304655'

red 48 ◦ green 70 ◦ blue 85

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

Shades of Arapawa #304655

Tints of Arapawa #304655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

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

R = 23.65%
G = 34.48%
B = 41.87%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304655 (or 0x304655) is known color: Arapawa. HEX triplet: 30, 46 and 55. RGB value is (48,70,85). Sum of RGB (Red+Green+Blue) = 48+70+85=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #304655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304655 is #CFB9AA. Grayscale: #414141. Windows color (decimal): -13613483 or 5588528. OLE color: 5588528.

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

Color convert

RGB 48 70 85 -
CMYK 0.44 0.18 0 0.67
HSL 204.32º 0.28% 0.26% -
HSV(B) 204.32º 0.44% 0.33% -
XYZ 5.05 5.66 9.42 -
YUV 65.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 48 70 85 0.44 0.18 0 0.67 204.32 0.28 0.26
Hex 30 46 55 2C 12 0 43 CC 1C 1A
Octal 60 106 125 54 22 0 103 314 34 32
Binary 110000 1000110 1010101 101100 10010 0 1000011 11001100 11100 11010

Color Harmonies of #304655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304655

Black with #304655

Text Example


Text Example

White with #304655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304655; }

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

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

background-color css

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

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

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

border-color css

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

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

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