Html Css Color HEX #30677B Blumine

📋 copy color: '#30677B'

red 48 ◦ green 103 ◦ blue 123

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

Shades of Blumine #30677B

Tints of Blumine #30677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.89%

R = 17.52%
G = 37.59%
B = 44.89%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30677B (or 0x30677B) is known color: Blumine. HEX triplet: 30, 67 and 7B. RGB value is (48,103,123). Sum of RGB (Red+Green+Blue) = 48+103+123=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #30677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30677B is #CF9884. Grayscale: #585858. Windows color (decimal): -13604997 or 8087344. OLE color: 8087344.

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

Color convert

RGB 48 103 123 -
CMYK 0.61 0.16 0 0.52
HSL 196º 0.44% 0.34% -
HSV(B) 196º 0.61% 0.48% -
XYZ 9.64 11.76 20.5 -
YUV 88.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 48 103 123 0.61 0.16 0 0.52 196 0.44 0.34
Hex 30 67 7B 3D 10 0 34 C4 2C 22
Octal 60 147 173 75 20 0 64 304 54 42
Binary 110000 1100111 1111011 111101 10000 0 110100 11000100 101100 100010

Color Harmonies of #30677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30677B

Black with #30677B

Text Example


Text Example

White with #30677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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