Html Css Color HEX #343074 Deep Koamaru

📋 copy color: '#343074'

red 52 ◦ green 48 ◦ blue 116

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

Shades of Deep Koamaru #343074

Tints of Deep Koamaru #343074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

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

R = 24.07%
G = 22.22%
B = 53.7%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#343074 (or 0x343074) is known color: Deep Koamaru. HEX triplet: 34, 30 and 74. RGB value is (52,48,116). Sum of RGB (Red+Green+Blue) = 52+48+116=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #343074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343074 is #CBCF8B. Grayscale: #383838. Windows color (decimal): -13356940 or 7614516. OLE color: 7614516.

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

Color convert

RGB 52 48 116 -
CMYK 0.55 0.59 0 0.55
HSL 243.53º 0.41% 0.32% -
HSV(B) 243.53º 0.59% 0.45% -
XYZ 5.63 4.1 17.02 -
YUV 56.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 52 48 116 0.55 0.59 0 0.55 243.53 0.41 0.32
Hex 34 30 74 37 3B 0 37 F4 29 20
Octal 64 60 164 67 73 0 67 364 51 40
Binary 110100 110000 1110100 110111 111011 0 110111 11110100 101001 100000

Color Harmonies of #343074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343074

Black with #343074

Text Example


Text Example

White with #343074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343074; }

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

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

background-color css

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

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

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

border-color css

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

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

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