Html Css Color HEX #30666D Blumine

📋 copy color: '#30666D'

red 48 ◦ green 102 ◦ blue 109

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

Shades of Blumine #30666D

Tints of Blumine #30666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 18.53%
G = 39.38%
B = 42.08%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30666D (or 0x30666D) is known color: Blumine. HEX triplet: 30, 66 and 6D. RGB value is (48,102,109). Sum of RGB (Red+Green+Blue) = 48+102+109=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #30666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30666D is #CF9992. Grayscale: #565656. Windows color (decimal): -13605267 or 7169584. OLE color: 7169584.

HSL color Cylindrical-coordinate representation of color #30666D: hue angle of 186.89º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30666D is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 102 109 -
CMYK 0.56 0.06 0 0.57
HSL 186.89º 0.39% 0.31% -
HSV(B) 186.89º 0.56% 0.43% -
XYZ 8.73 11.24 16.18 -
YUV 86.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 48 102 109 0.56 0.06 0 0.57 186.89 0.39 0.31
Hex 30 66 6D 38 6 0 39 BB 27 1F
Octal 60 146 155 70 6 0 71 273 47 37
Binary 110000 1100110 1101101 111000 110 0 111001 10111011 100111 11111

Color Harmonies of #30666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30666D

Black with #30666D

Text Example


Text Example

White with #30666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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