Html Css Color HEX #30666E Blumine

📋 copy color: '#30666E'

red 48 ◦ green 102 ◦ blue 110

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

Shades of Blumine #30666E

Tints of Blumine #30666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 18.46%
G = 39.23%
B = 42.31%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30666E (or 0x30666E) is known color: Blumine. HEX triplet: 30, 66 and 6E. RGB value is (48,102,110). Sum of RGB (Red+Green+Blue) = 48+102+110=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #30666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30666E is #CF9991. Grayscale: #565656. Windows color (decimal): -13605266 or 7235120. OLE color: 7235120.

HSL color Cylindrical-coordinate representation of color #30666E: hue angle of 187.74º 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 #30666E is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 102 110 -
CMYK 0.56 0.07 0 0.57
HSL 187.74º 0.39% 0.31% -
HSV(B) 187.74º 0.56% 0.43% -
XYZ 8.78 11.26 16.46 -
YUV 86.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 48 102 110 0.56 0.07 0 0.57 187.74 0.39 0.31
Hex 30 66 6E 38 7 0 39 BC 27 1F
Octal 60 146 156 70 7 0 71 274 47 37
Binary 110000 1100110 1101110 111000 111 0 111001 10111100 100111 11111

Color Harmonies of #30666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30666E

Black with #30666E

Text Example


Text Example

White with #30666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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