Html Css Color HEX #304754 Arapawa

📋 copy color: '#304754'

red 48 ◦ green 71 ◦ blue 84

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

Shades of Arapawa #304754

Tints of Arapawa #304754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 23.65%
G = 34.98%
B = 41.38%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304754 (or 0x304754) is known color: Arapawa. HEX triplet: 30, 47 and 54. RGB value is (48,71,84). Sum of RGB (Red+Green+Blue) = 48+71+84=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #304754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304754 is #CFB8AB. Grayscale: #414141. Windows color (decimal): -13613228 or 5523248. OLE color: 5523248.

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

Color convert

RGB 48 71 84 -
CMYK 0.43 0.15 0 0.67
HSL 201.67º 0.27% 0.26% -
HSV(B) 201.67º 0.43% 0.33% -
XYZ 5.07 5.77 9.23 -
YUV 65.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 48 71 84 0.43 0.15 0 0.67 201.67 0.27 0.26
Hex 30 47 54 2B F 0 43 CA 1B 1A
Octal 60 107 124 53 17 0 103 312 33 32
Binary 110000 1000111 1010100 101011 1111 0 1000011 11001010 11011 11010

Color Harmonies of #304754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304754

Black with #304754

Text Example


Text Example

White with #304754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304754; }

 p { color: rgb(48,71,84); }

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

background-color css

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

 a { background-color: rgb(48,71,84); }

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

border-color css

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

 span { border-color: rgb(48,71,84); }

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