#343662

Color #343662 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #343662

Tints of Deep Koamaru #343662

Color information

#343662 (or 0x343662) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 62. RGB value is (52,54,98). Sum of RGB (Red+Green+Blue) = 52+54+98=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #343662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343662 is #CBC99D. Grayscale: #3A3A3A. Windows color (decimal): -13355422 or 6436404. OLE color: 6436404.

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

Color convert

RGB525498-
CMYK0.470.4500.62
HSL237.39º30.67%29.41%-
HSV(B)237.39º46.94%38.43%-
XYZ4.944.2512.12-
YUV58.42150.34123.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=25.49%
G=26.47%
B=48.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5254980.470.4500.62237.3930.6729.41
Hex3436622F2D03Eed1f1d
Octal646614257550763553735
Binary11010011011011000101011111011010111110111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343662; }

 p { color: rgb(52,54,98); }

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

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

 a { background-color: rgb(52,54,98); }

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

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

 span { border-color: rgb(52,54,98); }

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