Html Css Color HEX #305261 Arapawa

📋 copy color: '#305261'

red 48 ◦ green 82 ◦ blue 97

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

Shades of Arapawa #305261

Tints of Arapawa #305261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 21.15%
G = 36.12%
B = 42.73%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305261 (or 0x305261) is known color: Arapawa. HEX triplet: 30, 52 and 61. RGB value is (48,82,97). Sum of RGB (Red+Green+Blue) = 48+82+97=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #305261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305261 is #CFAD9E. Grayscale: #494949. Windows color (decimal): -13610399 or 6378032. OLE color: 6378032.

HSL color Cylindrical-coordinate representation of color #305261: hue angle of 198.37º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #305261 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 82 97 -
CMYK 0.51 0.15 0 0.62
HSL 198.37º 0.34% 0.28% -
HSV(B) 198.37º 0.51% 0.38% -
XYZ 6.39 7.53 12.42 -
YUV 73.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 48 82 97 0.51 0.15 0 0.62 198.37 0.34 0.28
Hex 30 52 61 33 F 0 3E C6 22 1C
Octal 60 122 141 63 17 0 76 306 42 34
Binary 110000 1010010 1100001 110011 1111 0 111110 11000110 100010 11100

Color Harmonies of #305261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305261

Black with #305261

Text Example


Text Example

White with #305261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305261; }

 p { color: rgb(48,82,97); }

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

background-color css

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

 a { background-color: rgb(48,82,97); }

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

border-color css

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

 span { border-color: rgb(48,82,97); }

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