Html Css Color HEX #343862 Deep Koamaru

📋 copy color: '#343862'

red 52 ◦ green 56 ◦ blue 98

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

Shades of Deep Koamaru #343862

Tints of Deep Koamaru #343862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

 BLUE value IS 98 (38.67% from 255) = 47.57%

R = 25.24%
G = 27.18%
B = 47.57%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343862 (or 0x343862) is known color: Deep Koamaru. HEX triplet: 34, 38 and 62. RGB value is (52,56,98). Sum of RGB (Red+Green+Blue) = 52+56+98=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #343862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343862 is #CBC79D. Grayscale: #3B3B3B. Windows color (decimal): -13354910 or 6436916. OLE color: 6436916.

HSL color Cylindrical-coordinate representation of color #343862: hue angle of 234.78º 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 #343862 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 56 98 -
CMYK 0.47 0.43 0 0.62
HSL 234.78º 0.31% 0.29% -
HSV(B) 234.78º 0.47% 0.38% -
XYZ 5.03 4.44 12.15 -
YUV 59.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 52 56 98 0.47 0.43 0 0.62 234.78 0.31 0.29
Hex 34 38 62 2F 2B 0 3E EB 1F 1D
Octal 64 70 142 57 53 0 76 353 37 35
Binary 110100 111000 1100010 101111 101011 0 111110 11101011 11111 11101

Color Harmonies of #343862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343862

Black with #343862

Text Example


Text Example

White with #343862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343862; }

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

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

background-color css

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

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

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

border-color css

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

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

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