#343865

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

Shades of Deep Koamaru #343865

Tints of Deep Koamaru #343865

Color information

#343865 (or 0x343865) is unknown color: approx Deep Koamaru. HEX triplet: 34, 38 and 65. RGB value is (52,56,101). Sum of RGB (Red+Green+Blue) = 52+56+101=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #343865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343865 is #CBC79A. Grayscale: #3B3B3B. Windows color (decimal): -13354907 or 6633524. OLE color: 6633524.

HSL color Cylindrical-coordinate representation of color #343865: hue angle of 235.1º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #343865 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5256101-
CMYK0.490.4500.60
HSL235.1º32.03%30%-
HSV(B)235.1º48.51%39.61%-
XYZ5.184.512.91-
YUV59.93151.17122.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 101 (39.84% from 255) = 48.33%
R=24.88%
G=26.79%
B=48.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52561010.490.4500.60235.132.0330
Hex343865312D03Ceb201e
Octal647014561550743534036
Binary110100111000110010111000110110101111001110101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343865; }

 p { color: rgb(52,56,101); }

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

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

 a { background-color: rgb(52,56,101); }

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

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

 span { border-color: rgb(52,56,101); }

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