Html Css Color HEX #30677C Blumine

📋 copy color: '#30677C'

red 48 ◦ green 103 ◦ blue 124

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

Shades of Blumine #30677C

Tints of Blumine #30677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 17.45%
G = 37.45%
B = 45.09%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30677C (or 0x30677C) is known color: Blumine. HEX triplet: 30, 67 and 7C. RGB value is (48,103,124). Sum of RGB (Red+Green+Blue) = 48+103+124=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #30677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30677C is #CF9883. Grayscale: #585858. Windows color (decimal): -13604996 or 8152880. OLE color: 8152880.

HSL color Cylindrical-coordinate representation of color #30677C: hue angle of 196.58º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30677C is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 103 124 -
CMYK 0.61 0.17 0 0.51
HSL 196.58º 0.44% 0.34% -
HSV(B) 196.58º 0.61% 0.49% -
XYZ 9.71 11.78 20.83 -
YUV 88.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 48 103 124 0.61 0.17 0 0.51 196.58 0.44 0.34
Hex 30 67 7C 3D 11 0 33 C5 2C 22
Octal 60 147 174 75 21 0 63 305 54 42
Binary 110000 1100111 1111100 111101 10001 0 110011 11000101 101100 100010

Color Harmonies of #30677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30677C

Black with #30677C

Text Example


Text Example

White with #30677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30677C; }

 p { color: rgb(48,103,124); }

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

background-color css

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

 a { background-color: rgb(48,103,124); }

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

border-color css

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

 span { border-color: rgb(48,103,124); }

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