Html Css Color HEX #306377 Blumine

📋 copy color: '#306377'

red 48 ◦ green 99 ◦ blue 119

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

Shades of Blumine #306377

Tints of Blumine #306377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 18.05%
G = 37.22%
B = 44.74%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#306377 (or 0x306377) is known color: Blumine. HEX triplet: 30, 63 and 77. RGB value is (48,99,119). Sum of RGB (Red+Green+Blue) = 48+99+119=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #306377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306377 is #CF9C88. Grayscale: #555555. Windows color (decimal): -13606025 or 7824176. OLE color: 7824176.

HSL color Cylindrical-coordinate representation of color #306377: hue angle of 196.9º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306377 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 99 119 -
CMYK 0.60 0.17 0 0.53
HSL 196.9º 0.43% 0.33% -
HSV(B) 196.9º 0.6% 0.47% -
XYZ 9.01 10.88 19.08 -
YUV 86.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 48 99 119 0.60 0.17 0 0.53 196.9 0.43 0.33
Hex 30 63 77 3C 11 0 35 C5 2B 21
Octal 60 143 167 74 21 0 65 305 53 41
Binary 110000 1100011 1110111 111100 10001 0 110101 11000101 101011 100001

Color Harmonies of #306377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306377

Black with #306377

Text Example


Text Example

White with #306377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306377; }

 p { color: rgb(48,99,119); }

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

background-color css

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

 a { background-color: rgb(48,99,119); }

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

border-color css

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

 span { border-color: rgb(48,99,119); }

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