Html Css Color HEX #30336E Deep Koamaru

📋 copy color: '#30336E'

red 48 ◦ green 51 ◦ blue 110

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

Shades of Deep Koamaru #30336E

Tints of Deep Koamaru #30336E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.63%

R = 22.97%
G = 24.4%
B = 52.63%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30336E (or 0x30336E) is known color: Deep Koamaru. HEX triplet: 30, 33 and 6E. RGB value is (48,51,110). Sum of RGB (Red+Green+Blue) = 48+51+110=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #30336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30336E is #CFCC91. Grayscale: #383838. Windows color (decimal): -13618322 or 7222064. OLE color: 7222064.

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

Color convert

RGB 48 51 110 -
CMYK 0.56 0.54 0 0.57
HSL 237.1º 0.39% 0.31% -
HSV(B) 237.1º 0.56% 0.43% -
XYZ 5.22 4.12 15.27 -
YUV 56.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 48 51 110 0.56 0.54 0 0.57 237.1 0.39 0.31
Hex 30 33 6E 38 36 0 39 ED 27 1F
Octal 60 63 156 70 66 0 71 355 47 37
Binary 110000 110011 1101110 111000 110110 0 111001 11101101 100111 11111

Color Harmonies of #30336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30336E

Black with #30336E

Text Example


Text Example

White with #30336E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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