Html Css Color HEX #343274 Deep Koamaru

📋 copy color: '#343274'

red 52 ◦ green 50 ◦ blue 116

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

Shades of Deep Koamaru #343274

Tints of Deep Koamaru #343274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 23.85%
G = 22.94%
B = 53.21%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#343274 (or 0x343274) is known color: Deep Koamaru. HEX triplet: 34, 32 and 74. RGB value is (52,50,116). Sum of RGB (Red+Green+Blue) = 52+50+116=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #343274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343274 is #CBCD8B. Grayscale: #393939. Windows color (decimal): -13356428 or 7615028. OLE color: 7615028.

HSL color Cylindrical-coordinate representation of color #343274: hue angle of 241.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #343274 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 50 116 -
CMYK 0.55 0.57 0 0.55
HSL 241.82º 0.4% 0.33% -
HSV(B) 241.82º 0.57% 0.45% -
XYZ 5.71 4.27 17.05 -
YUV 58.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 52 50 116 0.55 0.57 0 0.55 241.82 0.4 0.33
Hex 34 32 74 37 39 0 37 F2 28 21
Octal 64 62 164 67 71 0 67 362 50 41
Binary 110100 110010 1110100 110111 111001 0 110111 11110010 101000 100001

Color Harmonies of #343274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343274

Black with #343274

Text Example


Text Example

White with #343274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343274; }

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

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

background-color css

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

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

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

border-color css

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

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

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