Html Css Color HEX #343060 Deep Koamaru

📋 copy color: '#343060'

red 52 ◦ green 48 ◦ blue 96

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

Shades of Deep Koamaru #343060

Tints of Deep Koamaru #343060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.98%

R = 26.53%
G = 24.49%
B = 48.98%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343060 (or 0x343060) is known color: Deep Koamaru. HEX triplet: 34, 30 and 60. RGB value is (52,48,96). Sum of RGB (Red+Green+Blue) = 52+48+96=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #343060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343060 is #CBCF9F. Grayscale: #363636. Windows color (decimal): -13356960 or 6303796. OLE color: 6303796.

HSL color Cylindrical-coordinate representation of color #343060: hue angle of 245º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343060 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 48 96 -
CMYK 0.46 0.50 0 0.62
HSL 245º 0.33% 0.28% -
HSV(B) 245º 0.5% 0.38% -
XYZ 4.58 3.69 11.54 -
YUV 54.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 52 48 96 0.46 0.50 0 0.62 245 0.33 0.28
Hex 34 30 60 2E 32 0 3E F5 21 1C
Octal 64 60 140 56 62 0 76 365 41 34
Binary 110100 110000 1100000 101110 110010 0 111110 11110101 100001 11100

Color Harmonies of #343060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343060

Black with #343060

Text Example


Text Example

White with #343060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343060; }

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

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

background-color css

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

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

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

border-color css

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

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

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