Html Css Color HEX #343662 Deep Koamaru

📋 copy color: '#343662'

red 52 ◦ green 54 ◦ blue 98

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

Shades of Deep Koamaru #343662

Tints of Deep Koamaru #343662

RGB

 RED value IS 52 (20.7% 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 value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343662 (or 0x343662) is known color: 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

RGB 52 54 98 -
CMYK 0.47 0.45 0 0.62
HSL 237.39º 0.31% 0.29% -
HSV(B) 237.39º 0.47% 0.38% -
XYZ 4.94 4.25 12.12 -
YUV 58.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 52 54 98 0.47 0.45 0 0.62 237.39 0.31 0.29
Hex 34 36 62 2F 2D 0 3E ED 1F 1D
Octal 64 66 142 57 55 0 76 355 37 35
Binary 110100 110110 1100010 101111 101101 0 111110 11101101 11111 11101

Color Harmonies of #343662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343662

Black with #343662

Text Example


Text Example

White with #343662

Text Example


Text Example

HTML Codes & Css Web 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>