Html Css Color HEX #306670 Blumine

📋 copy color: '#306670'

red 48 ◦ green 102 ◦ blue 112

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

Shades of Blumine #306670

Tints of Blumine #306670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.75%

R = 18.32%
G = 38.93%
B = 42.75%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306670 (or 0x306670) is known color: Blumine. HEX triplet: 30, 66 and 70. RGB value is (48,102,112). Sum of RGB (Red+Green+Blue) = 48+102+112=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #306670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306670 is #CF998F. Grayscale: #565656. Windows color (decimal): -13605264 or 7366192. OLE color: 7366192.

HSL color Cylindrical-coordinate representation of color #306670: hue angle of 189.38º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306670 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 102 112 -
CMYK 0.57 0.09 0 0.56
HSL 189.38º 0.4% 0.31% -
HSV(B) 189.38º 0.57% 0.44% -
XYZ 8.89 11.3 17.04 -
YUV 86.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 48 102 112 0.57 0.09 0 0.56 189.38 0.4 0.31
Hex 30 66 70 39 9 0 38 BD 28 1F
Octal 60 146 160 71 11 0 70 275 50 37
Binary 110000 1100110 1110000 111001 1001 0 111000 10111101 101000 11111

Color Harmonies of #306670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306670

Black with #306670

Text Example


Text Example

White with #306670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306670; }

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

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

background-color css

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

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

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

border-color css

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

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

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