Html Css Color HEX #305062 Arapawa

📋 copy color: '#305062'

red 48 ◦ green 80 ◦ blue 98

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

Shades of Arapawa #305062

Tints of Arapawa #305062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 98 (38.67% from 255) = 43.36%

R = 21.24%
G = 35.4%
B = 43.36%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305062 (or 0x305062) is known color: Arapawa. HEX triplet: 30, 50 and 62. RGB value is (48,80,98). Sum of RGB (Red+Green+Blue) = 48+80+98=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #305062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305062 is #CFAF9D. Grayscale: #484848. Windows color (decimal): -13610910 or 6443056. OLE color: 6443056.

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

Color convert

RGB 48 80 98 -
CMYK 0.51 0.18 0 0.62
HSL 201.6º 0.34% 0.29% -
HSV(B) 201.6º 0.51% 0.38% -
XYZ 6.29 7.25 12.62 -
YUV 72.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 48 80 98 0.51 0.18 0 0.62 201.6 0.34 0.29
Hex 30 50 62 33 12 0 3E CA 22 1D
Octal 60 120 142 63 22 0 76 312 42 35
Binary 110000 1010000 1100010 110011 10010 0 111110 11001010 100010 11101

Color Harmonies of #305062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305062

Black with #305062

Text Example


Text Example

White with #305062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305062; }

 p { color: rgb(48,80,98); }

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

background-color css

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

 a { background-color: rgb(48,80,98); }

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

border-color css

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

 span { border-color: rgb(48,80,98); }

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