Html Css Color HEX #343375 Deep Koamaru

📋 copy color: '#343375'

red 52 ◦ green 51 ◦ blue 117

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

Shades of Deep Koamaru #343375

Tints of Deep Koamaru #343375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 23.64%
G = 23.18%
B = 53.18%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#343375 (or 0x343375) is known color: Deep Koamaru. HEX triplet: 34, 33 and 75. RGB value is (52,51,117). Sum of RGB (Red+Green+Blue) = 52+51+117=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #343375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343375 is #CBCC8A. Grayscale: #3A3A3A. Windows color (decimal): -13356171 or 7680820. OLE color: 7680820.

HSL color Cylindrical-coordinate representation of color #343375: hue angle of 240.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343375 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 51 117 -
CMYK 0.56 0.56 0 0.54
HSL 240.91º 0.39% 0.33% -
HSV(B) 240.91º 0.56% 0.46% -
XYZ 5.81 4.38 17.37 -
YUV 58.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 52 51 117 0.56 0.56 0 0.54 240.91 0.39 0.33
Hex 34 33 75 38 38 0 36 F1 27 21
Octal 64 63 165 70 70 0 66 361 47 41
Binary 110100 110011 1110101 111000 111000 0 110110 11110001 100111 100001

Color Harmonies of #343375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343375

Black with #343375

Text Example


Text Example

White with #343375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343375; }

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

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

background-color css

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

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

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

border-color css

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

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

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