Html Css Color HEX #34335D Deep Koamaru

📋 copy color: '#34335D'

red 52 ◦ green 51 ◦ blue 93

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

Shades of Deep Koamaru #34335D

Tints of Deep Koamaru #34335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.45%

R = 26.53%
G = 26.02%
B = 47.45%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34335D (or 0x34335D) is known color: Deep Koamaru. HEX triplet: 34, 33 and 5D. RGB value is (52,51,93). Sum of RGB (Red+Green+Blue) = 52+51+93=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #34335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34335D is #CBCCA2. Grayscale: #373737. Windows color (decimal): -13356195 or 6107956. OLE color: 6107956.

HSL color Cylindrical-coordinate representation of color #34335D: hue angle of 241.43º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34335D is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 51 93 -
CMYK 0.44 0.45 0 0.64
HSL 241.43º 0.29% 0.28% -
HSV(B) 241.43º 0.45% 0.36% -
XYZ 4.58 3.89 10.87 -
YUV 56.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 52 51 93 0.44 0.45 0 0.64 241.43 0.29 0.28
Hex 34 33 5D 2C 2D 0 40 F1 1D 1C
Octal 64 63 135 54 55 0 100 361 35 34
Binary 110100 110011 1011101 101100 101101 0 1000000 11110001 11101 11100

Color Harmonies of #34335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34335D

Black with #34335D

Text Example


Text Example

White with #34335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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