Html Css Color HEX #343366 Deep Koamaru

📋 copy color: '#343366'

red 52 ◦ green 51 ◦ blue 102

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

Shades of Deep Koamaru #343366

Tints of Deep Koamaru #343366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 25.37%
G = 24.88%
B = 49.76%

CMYK

 C value IS 0.49

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#343366 (or 0x343366) is known color: Deep Koamaru. HEX triplet: 34, 33 and 66. RGB value is (52,51,102). Sum of RGB (Red+Green+Blue) = 52+51+102=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #343366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343366 is #CBCC99. Grayscale: #383838. Windows color (decimal): -13356186 or 6697780. OLE color: 6697780.

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

Color convert

RGB 52 51 102 -
CMYK 0.49 0.5 0 0.6
HSL 241.18º 0.33% 0.3% -
HSV(B) 241.18º 0.5% 0.4% -
XYZ 5 4.06 13.09 -
YUV 57.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 52 51 102 0.49 0.5 0 0.6 241.18 0.33 0.3
Hex 34 33 66 31 32 0 3C F1 21 1E
Octal 64 63 146 61 62 0 74 361 41 36
Binary 110100 110011 1100110 110001 110010 0 111100 11110001 100001 11110

Color Harmonies of #343366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343366

Black with #343366

Text Example


Text Example

White with #343366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343366; }

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

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

background-color css

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

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

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

border-color css

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

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

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