Html Css Color HEX #30336D Deep Koamaru

📋 copy color: '#30336D'

red 48 ◦ green 51 ◦ blue 109

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

Shades of Deep Koamaru #30336D

Tints of Deep Koamaru #30336D

RGB

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

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

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

R = 23.08%
G = 24.52%
B = 52.4%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30336D (or 0x30336D) is known color: Deep Koamaru. HEX triplet: 30, 33 and 6D. RGB value is (48,51,109). Sum of RGB (Red+Green+Blue) = 48+51+109=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #30336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30336D is #CFCC92. Grayscale: #383838. Windows color (decimal): -13618323 or 7156528. OLE color: 7156528.

HSL color Cylindrical-coordinate representation of color #30336D: hue angle of 237.05º 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 #30336D is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 51 109 -
CMYK 0.56 0.53 0 0.57
HSL 237.05º 0.39% 0.31% -
HSV(B) 237.05º 0.56% 0.43% -
XYZ 5.16 4.1 14.99 -
YUV 56.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 48 51 109 0.56 0.53 0 0.57 237.05 0.39 0.31
Hex 30 33 6D 38 35 0 39 ED 27 1F
Octal 60 63 155 70 65 0 71 355 47 37
Binary 110000 110011 1101101 111000 110101 0 111001 11101101 100111 11111

Color Harmonies of #30336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30336D

Black with #30336D

Text Example


Text Example

White with #30336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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