Html Css Color HEX #30346D Deep Koamaru

📋 copy color: '#30346D'

red 48 ◦ green 52 ◦ blue 109

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

Shades of Deep Koamaru #30346D

Tints of Deep Koamaru #30346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.15%

R = 22.97%
G = 24.88%
B = 52.15%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30346D (or 0x30346D) is known color: Deep Koamaru. HEX triplet: 30, 34 and 6D. RGB value is (48,52,109). Sum of RGB (Red+Green+Blue) = 48+52+109=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #30346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30346D is #CFCB92. Grayscale: #393939. Windows color (decimal): -13618067 or 7156784. OLE color: 7156784.

HSL color Cylindrical-coordinate representation of color #30346D: hue angle of 236.07º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30346D is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 52 109 -
CMYK 0.56 0.52 0 0.57
HSL 236.07º 0.39% 0.31% -
HSV(B) 236.07º 0.56% 0.43% -
XYZ 5.21 4.19 15 -
YUV 57.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 48 52 109 0.56 0.52 0 0.57 236.07 0.39 0.31
Hex 30 34 6D 38 34 0 39 EC 27 1F
Octal 60 64 155 70 64 0 71 354 47 37
Binary 110000 110100 1101101 111000 110100 0 111001 11101100 100111 11111

Color Harmonies of #30346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30346D

Black with #30346D

Text Example


Text Example

White with #30346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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