Html Css Color HEX #343463 Deep Koamaru

📋 copy color: '#343463'

red 52 ◦ green 52 ◦ blue 99

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

Shades of Deep Koamaru #343463

Tints of Deep Koamaru #343463

RGB

 RED value IS 52 (20.7% from 255) = 25.62%

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 25.62%
G = 25.62%
B = 48.77%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#343463 (or 0x343463) is known color: Deep Koamaru. HEX triplet: 34, 34 and 63. RGB value is (52,52,99). Sum of RGB (Red+Green+Blue) = 52+52+99=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #343463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343463 is #CBCB9C. Grayscale: #393939. Windows color (decimal): -13355933 or 6501428. OLE color: 6501428.

HSL color Cylindrical-coordinate representation of color #343463: hue angle of 240º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #343463 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 52 99 -
CMYK 0.47 0.47 0 0.61
HSL 240º 0.31% 0.3% -
HSV(B) 240º 0.47% 0.39% -
XYZ 4.9 4.09 12.34 -
YUV 57.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 52 52 99 0.47 0.47 0 0.61 240 0.31 0.3
Hex 34 34 63 2F 2F 0 3D F0 1F 1E
Octal 64 64 143 57 57 0 75 360 37 36
Binary 110100 110100 1100011 101111 101111 0 111101 11110000 11111 11110

Color Harmonies of #343463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343463

Black with #343463

Text Example


Text Example

White with #343463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343463; }

 p { color: rgb(52,52,99); }

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

background-color css

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

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

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

border-color css

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

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

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