Html Css Color HEX #343762 Deep Koamaru

📋 copy color: '#343762'

red 52 ◦ green 55 ◦ blue 98

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

Shades of Deep Koamaru #343762

Tints of Deep Koamaru #343762

RGB

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

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

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

R = 25.37%
G = 26.83%
B = 47.8%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343762 (or 0x343762) is known color: Deep Koamaru. HEX triplet: 34, 37 and 62. RGB value is (52,55,98). Sum of RGB (Red+Green+Blue) = 52+55+98=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #343762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343762 is #CBC89D. Grayscale: #3A3A3A. Windows color (decimal): -13355166 or 6436660. OLE color: 6436660.

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

Color convert

RGB 52 55 98 -
CMYK 0.47 0.44 0 0.62
HSL 236.09º 0.31% 0.29% -
HSV(B) 236.09º 0.47% 0.38% -
XYZ 4.99 4.34 12.13 -
YUV 59.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 52 55 98 0.47 0.44 0 0.62 236.09 0.31 0.29
Hex 34 37 62 2F 2C 0 3E EC 1F 1D
Octal 64 67 142 57 54 0 76 354 37 35
Binary 110100 110111 1100010 101111 101100 0 111110 11101100 11111 11101

Color Harmonies of #343762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343762

Black with #343762

Text Example


Text Example

White with #343762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343762; }

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

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

background-color css

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

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

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

border-color css

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

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

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