Html Css Color HEX #343562 Deep Koamaru

📋 copy color: '#343562'

red 52 ◦ green 53 ◦ blue 98

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

Shades of Deep Koamaru #343562

Tints of Deep Koamaru #343562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

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

R = 25.62%
G = 26.11%
B = 48.28%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343562 (or 0x343562) is known color: Deep Koamaru. HEX triplet: 34, 35 and 62. RGB value is (52,53,98). Sum of RGB (Red+Green+Blue) = 52+53+98=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #343562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343562 is #CBCA9D. Grayscale: #393939. Windows color (decimal): -13355678 or 6436148. OLE color: 6436148.

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

Color convert

RGB 52 53 98 -
CMYK 0.47 0.46 0 0.62
HSL 238.7º 0.31% 0.29% -
HSV(B) 238.7º 0.47% 0.38% -
XYZ 4.89 4.16 12.1 -
YUV 57.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 52 53 98 0.47 0.46 0 0.62 238.7 0.31 0.29
Hex 34 35 62 2F 2E 0 3E EF 1F 1D
Octal 64 65 142 57 56 0 76 357 37 35
Binary 110100 110101 1100010 101111 101110 0 111110 11101111 11111 11101

Color Harmonies of #343562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343562

Black with #343562

Text Example


Text Example

White with #343562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343562; }

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

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

background-color css

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

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

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

border-color css

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

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

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