Html Css Color HEX #30687B Blumine

📋 copy color: '#30687B'

red 48 ◦ green 104 ◦ blue 123

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

Shades of Blumine #30687B

Tints of Blumine #30687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

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

R = 17.45%
G = 37.82%
B = 44.73%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30687B (or 0x30687B) is known color: Blumine. HEX triplet: 30, 68 and 7B. RGB value is (48,104,123). Sum of RGB (Red+Green+Blue) = 48+104+123=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #30687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30687B is #CF9784. Grayscale: #595959. Windows color (decimal): -13604741 or 8087600. OLE color: 8087600.

HSL color Cylindrical-coordinate representation of color #30687B: hue angle of 195.2º 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 #30687B is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 104 123 -
CMYK 0.61 0.15 0 0.52
HSL 195.2º 0.44% 0.34% -
HSV(B) 195.2º 0.61% 0.48% -
XYZ 9.74 11.96 20.53 -
YUV 89.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 48 104 123 0.61 0.15 0 0.52 195.2 0.44 0.34
Hex 30 68 7B 3D F 0 34 C3 2C 22
Octal 60 150 173 75 17 0 64 303 54 42
Binary 110000 1101000 1111011 111101 1111 0 110100 11000011 101100 100010

Color Harmonies of #30687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30687B

Black with #30687B

Text Example


Text Example

White with #30687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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