Html Css Color HEX #30667C Blumine

📋 copy color: '#30667C'

red 48 ◦ green 102 ◦ blue 124

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

Shades of Blumine #30667C

Tints of Blumine #30667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.23%

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

R = 17.52%
G = 37.23%
B = 45.26%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30667C (or 0x30667C) is known color: Blumine. HEX triplet: 30, 66 and 7C. RGB value is (48,102,124). Sum of RGB (Red+Green+Blue) = 48+102+124=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #30667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30667C is #CF9983. Grayscale: #585858. Windows color (decimal): -13605252 or 8152624. OLE color: 8152624.

HSL color Cylindrical-coordinate representation of color #30667C: hue angle of 197.37º 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 #30667C is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 102 124 -
CMYK 0.61 0.18 0 0.51
HSL 197.37º 0.44% 0.34% -
HSV(B) 197.37º 0.61% 0.49% -
XYZ 9.61 11.59 20.8 -
YUV 88.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 48 102 124 0.61 0.18 0 0.51 197.37 0.44 0.34
Hex 30 66 7C 3D 12 0 33 C5 2C 22
Octal 60 146 174 75 22 0 63 305 54 42
Binary 110000 1100110 1111100 111101 10010 0 110011 11000101 101100 100010

Color Harmonies of #30667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30667C

Black with #30667C

Text Example


Text Example

White with #30667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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