Html Css Color HEX #34306C Deep Koamaru

📋 copy color: '#34306C'

red 52 ◦ green 48 ◦ blue 108

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

Shades of Deep Koamaru #34306C

Tints of Deep Koamaru #34306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.92%

R = 25%
G = 23.08%
B = 51.92%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34306C (or 0x34306C) is known color: Deep Koamaru. HEX triplet: 34, 30 and 6C. RGB value is (52,48,108). Sum of RGB (Red+Green+Blue) = 52+48+108=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #34306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34306C is #CBCF93. Grayscale: #373737. Windows color (decimal): -13356948 or 7090228. OLE color: 7090228.

HSL color Cylindrical-coordinate representation of color #34306C: hue angle of 244º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34306C is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 48 108 -
CMYK 0.52 0.56 0 0.58
HSL 244º 0.38% 0.31% -
HSV(B) 244º 0.56% 0.42% -
XYZ 5.18 3.93 14.67 -
YUV 56.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 52 48 108 0.52 0.56 0 0.58 244 0.38 0.31
Hex 34 30 6C 34 38 0 3A F4 26 1F
Octal 64 60 154 64 70 0 72 364 46 37
Binary 110100 110000 1101100 110100 111000 0 111010 11110100 100110 11111

Color Harmonies of #34306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34306C

Black with #34306C

Text Example


Text Example

White with #34306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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