Html Css Color HEX #343661 Deep Koamaru

📋 copy color: '#343661'

red 52 ◦ green 54 ◦ blue 97

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

Shades of Deep Koamaru #343661

Tints of Deep Koamaru #343661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 25.62%
G = 26.6%
B = 47.78%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343661 (or 0x343661) is known color: Deep Koamaru. HEX triplet: 34, 36 and 61. RGB value is (52,54,97). Sum of RGB (Red+Green+Blue) = 52+54+97=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #343661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343661 is #CBC99E. Grayscale: #3A3A3A. Windows color (decimal): -13355423 or 6370868. OLE color: 6370868.

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

Color convert

RGB 52 54 97 -
CMYK 0.46 0.44 0 0.62
HSL 237.33º 0.3% 0.29% -
HSV(B) 237.33º 0.46% 0.38% -
XYZ 4.89 4.23 11.87 -
YUV 58.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 52 54 97 0.46 0.44 0 0.62 237.33 0.3 0.29
Hex 34 36 61 2E 2C 0 3E ED 1E 1D
Octal 64 66 141 56 54 0 76 355 36 35
Binary 110100 110110 1100001 101110 101100 0 111110 11101101 11110 11101

Color Harmonies of #343661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343661

Black with #343661

Text Example


Text Example

White with #343661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343661; }

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

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

background-color css

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

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

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

border-color css

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

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

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