Html Css Color HEX #30495A Arapawa

📋 copy color: '#30495A'

red 48 ◦ green 73 ◦ blue 90

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

Shades of Arapawa #30495A

Tints of Arapawa #30495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 22.75%
G = 34.6%
B = 42.65%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30495A (or 0x30495A) is known color: Arapawa. HEX triplet: 30, 49 and 5A. RGB value is (48,73,90). Sum of RGB (Red+Green+Blue) = 48+73+90=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #30495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30495A is #CFB6A5. Grayscale: #434343. Windows color (decimal): -13612710 or 5916976. OLE color: 5916976.

HSL color Cylindrical-coordinate representation of color #30495A: hue angle of 204.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30495A is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 73 90 -
CMYK 0.47 0.19 0 0.65
HSL 204.29º 0.3% 0.27% -
HSV(B) 204.29º 0.47% 0.35% -
XYZ 5.45 6.13 10.57 -
YUV 67.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 48 73 90 0.47 0.19 0 0.65 204.29 0.3 0.27
Hex 30 49 5A 2F 13 0 41 CC 1E 1B
Octal 60 111 132 57 23 0 101 314 36 33
Binary 110000 1001001 1011010 101111 10011 0 1000001 11001100 11110 11011

Color Harmonies of #30495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30495A

Black with #30495A

Text Example


Text Example

White with #30495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30495A; }

 p { color: rgb(48,73,90); }

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

background-color css

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

 a { background-color: rgb(48,73,90); }

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

border-color css

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

 span { border-color: rgb(48,73,90); }

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