#334F5C

Color #334F5C Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #334F5C

Tints of Arapawa #334F5C

Color information

#334F5C (or 0x334F5C) is unknown color: approx Arapawa. HEX triplet: 33, 4F and 5C. RGB value is (51,79,92). Sum of RGB (Red+Green+Blue) = 51+79+92=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #334F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F5C is #CCB0A3. Grayscale: #484848. Windows color (decimal): -13414564 or 6049587. OLE color: 6049587.

HSL color Cylindrical-coordinate representation of color #334F5C: hue angle of 199.02º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #334F5C is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB517992-
CMYK0.450.1400.64
HSL199.02º28.67%28.04%-
HSV(B)199.02º44.57%36.08%-
XYZ6.097.0711.17-
YUV72.11139.22112.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=22.97%
G=35.59%
B=41.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5179920.450.1400.64199.0228.6728.04
Hex334F5C2DE040c71d1c
Octal63117134551601003073534
Binary11001110011111011100101101111001000000110001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334F5C; }

 p { color: rgb(51,79,92); }

 H1.HeaderClassName
 {
   color: #334F5C;
 }
 .AnyTagClassName
 {
   color: #334F5C;
 }
</style>
background-color css

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

 a { background-color: rgb(51,79,92); }

 div.DivClassName
 {
   background-color: #334F5C;
 }
 .BgClassName
 {
   background-color: #334F5C;
 }
</style>
border-color css

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

 span { border-color: rgb(51,79,92); }

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