Html Css Color HEX #30376B Deep Koamaru

📋 copy color: '#30376B'

red 48 ◦ green 55 ◦ blue 107

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

Shades of Deep Koamaru #30376B

Tints of Deep Koamaru #30376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

 BLUE value IS 107 (42.19% from 255) = 50.95%

R = 22.86%
G = 26.19%
B = 50.95%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30376B (or 0x30376B) is known color: Deep Koamaru. HEX triplet: 30, 37 and 6B. RGB value is (48,55,107). Sum of RGB (Red+Green+Blue) = 48+55+107=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #30376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30376B is #CFC894. Grayscale: #3A3A3A. Windows color (decimal): -13617301 or 7026480. OLE color: 7026480.

HSL color Cylindrical-coordinate representation of color #30376B: hue angle of 232.88º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30376B is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 55 107 -
CMYK 0.55 0.49 0 0.58
HSL 232.88º 0.38% 0.3% -
HSV(B) 232.88º 0.55% 0.42% -
XYZ 5.24 4.42 14.49 -
YUV 58.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 48 55 107 0.55 0.49 0 0.58 232.88 0.38 0.3
Hex 30 37 6B 37 31 0 3A E9 26 1E
Octal 60 67 153 67 61 0 72 351 46 36
Binary 110000 110111 1101011 110111 110001 0 111010 11101001 100110 11110

Color Harmonies of #30376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30376B

Black with #30376B

Text Example


Text Example

White with #30376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30376B; }

 p { color: rgb(48,55,107); }

 H1.HeaderClassName
 {
   color: #30376B;
 }
 .AnyTagClassName
 {
   color: #30376B;
 }
</style>

background-color css

<style>
 a { background-color: #30376B; }

 a { background-color: rgb(48,55,107); }

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

border-color css

<style>
 span { border-color: #30376B; }

 span { border-color: rgb(48,55,107); }

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