Html Css Color HEX #343262 Deep Koamaru

📋 copy color: '#343262'

red 52 ◦ green 50 ◦ blue 98

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

Shades of Deep Koamaru #343262

Tints of Deep Koamaru #343262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

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

R = 26%
G = 25%
B = 49%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343262 (or 0x343262) is known color: Deep Koamaru. HEX triplet: 34, 32 and 62. RGB value is (52,50,98). Sum of RGB (Red+Green+Blue) = 52+50+98=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #343262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343262 is #CBCD9D. Grayscale: #373737. Windows color (decimal): -13356446 or 6435380. OLE color: 6435380.

HSL color Cylindrical-coordinate representation of color #343262: hue angle of 242.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #343262 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 50 98 -
CMYK 0.47 0.49 0 0.62
HSL 242.5º 0.32% 0.29% -
HSV(B) 242.5º 0.49% 0.38% -
XYZ 4.76 3.89 12.06 -
YUV 56.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 52 50 98 0.47 0.49 0 0.62 242.5 0.32 0.29
Hex 34 32 62 2F 31 0 3E F2 20 1D
Octal 64 62 142 57 61 0 76 362 40 35
Binary 110100 110010 1100010 101111 110001 0 111110 11110010 100000 11101

Color Harmonies of #343262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343262

Black with #343262

Text Example


Text Example

White with #343262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343262; }

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

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

background-color css

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

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

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

border-color css

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

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

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