Html Css Color HEX #30346C Deep Koamaru

📋 copy color: '#30346C'

red 48 ◦ green 52 ◦ blue 108

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

Shades of Deep Koamaru #30346C

Tints of Deep Koamaru #30346C

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30346C (or 0x30346C) is known color: Deep Koamaru. HEX triplet: 30, 34 and 6C. RGB value is (48,52,108). Sum of RGB (Red+Green+Blue) = 48+52+108=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 52 (20.70% from 255 or 25% 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 #30346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30346C is #CFCB93. Grayscale: #383838. Windows color (decimal): -13618068 or 7091248. OLE color: 7091248.

HSL color Cylindrical-coordinate representation of color #30346C: hue angle of 236º 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 #30346C is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 52 108 -
CMYK 0.56 0.52 0 0.58
HSL 236º 0.38% 0.31% -
HSV(B) 236º 0.56% 0.42% -
XYZ 5.15 4.17 14.72 -
YUV 57.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 48 52 108 0.56 0.52 0 0.58 236 0.38 0.31
Hex 30 34 6C 38 34 0 3A EC 26 1F
Octal 60 64 154 70 64 0 72 354 46 37
Binary 110000 110100 1101100 111000 110100 0 111010 11101100 100110 11111

Color Harmonies of #30346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30346C

Black with #30346C

Text Example


Text Example

White with #30346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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