Html Css Color HEX #343066 Deep Koamaru

📋 copy color: '#343066'

red 52 ◦ green 48 ◦ blue 102

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

Shades of Deep Koamaru #343066

Tints of Deep Koamaru #343066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 25.74%
G = 23.76%
B = 50.5%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#343066 (or 0x343066) is known color: Deep Koamaru. HEX triplet: 34, 30 and 66. RGB value is (52,48,102). Sum of RGB (Red+Green+Blue) = 52+48+102=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #343066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343066 is #CBCF99. Grayscale: #373737. Windows color (decimal): -13356954 or 6697012. OLE color: 6697012.

HSL color Cylindrical-coordinate representation of color #343066: hue angle of 244.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #343066 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 48 102 -
CMYK 0.49 0.53 0 0.6
HSL 244.44º 0.36% 0.29% -
HSV(B) 244.44º 0.53% 0.4% -
XYZ 4.87 3.8 13.05 -
YUV 55.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 52 48 102 0.49 0.53 0 0.6 244.44 0.36 0.29
Hex 34 30 66 31 35 0 3C F4 24 1D
Octal 64 60 146 61 65 0 74 364 44 35
Binary 110100 110000 1100110 110001 110101 0 111100 11110100 100100 11101

Color Harmonies of #343066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343066

Black with #343066

Text Example


Text Example

White with #343066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343066; }

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

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

background-color css

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

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

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

border-color css

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

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

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