Html Css Color HEX #343765 Deep Koamaru

📋 copy color: '#343765'

red 52 ◦ green 55 ◦ blue 101

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

Shades of Deep Koamaru #343765

Tints of Deep Koamaru #343765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

 BLUE value IS 101 (39.84% from 255) = 48.56%

R = 25%
G = 26.44%
B = 48.56%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#343765 (or 0x343765) is known color: Deep Koamaru. HEX triplet: 34, 37 and 65. RGB value is (52,55,101). Sum of RGB (Red+Green+Blue) = 52+55+101=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #343765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343765 is #CBC89A. Grayscale: #3B3B3B. Windows color (decimal): -13355163 or 6633268. OLE color: 6633268.

HSL color Cylindrical-coordinate representation of color #343765: hue angle of 236.33º 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 #343765 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 55 101 -
CMYK 0.49 0.46 0 0.60
HSL 236.33º 0.32% 0.3% -
HSV(B) 236.33º 0.49% 0.4% -
XYZ 5.13 4.4 12.89 -
YUV 59.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 52 55 101 0.49 0.46 0 0.60 236.33 0.32 0.3
Hex 34 37 65 31 2E 0 3C EC 20 1E
Octal 64 67 145 61 56 0 74 354 40 36
Binary 110100 110111 1100101 110001 101110 0 111100 11101100 100000 11110

Color Harmonies of #343765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343765

Black with #343765

Text Example


Text Example

White with #343765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343765; }

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

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

background-color css

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

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

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

border-color css

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

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

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