Html Css Color HEX #304E5F Arapawa

📋 copy color: '#304E5F'

red 48 ◦ green 78 ◦ blue 95

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

Shades of Arapawa #304E5F

Tints of Arapawa #304E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.29%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 21.72%
G = 35.29%
B = 42.99%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#304E5F (or 0x304E5F) is known color: Arapawa. HEX triplet: 30, 4E and 5F. RGB value is (48,78,95). Sum of RGB (Red+Green+Blue) = 48+78+95=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #304E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E5F is #CFB1A0. Grayscale: #464646. Windows color (decimal): -13611425 or 6245936. OLE color: 6245936.

HSL color Cylindrical-coordinate representation of color #304E5F: hue angle of 201.7º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #304E5F is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 78 95 -
CMYK 0.49 0.18 0 0.63
HSL 201.7º 0.33% 0.28% -
HSV(B) 201.7º 0.49% 0.37% -
XYZ 6.01 6.9 11.84 -
YUV 70.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 48 78 95 0.49 0.18 0 0.63 201.7 0.33 0.28
Hex 30 4E 5F 31 12 0 3F CA 21 1C
Octal 60 116 137 61 22 0 77 312 41 34
Binary 110000 1001110 1011111 110001 10010 0 111111 11001010 100001 11100

Color Harmonies of #304E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E5F

Black with #304E5F

Text Example


Text Example

White with #304E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304E5F; }

 p { color: rgb(48,78,95); }

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

background-color css

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

 a { background-color: rgb(48,78,95); }

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

border-color css

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

 span { border-color: rgb(48,78,95); }

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