Html Css Color HEX #306674 Blumine

📋 copy color: '#306674'

red 48 ◦ green 102 ◦ blue 116

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

Shades of Blumine #306674

Tints of Blumine #306674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 18.05%
G = 38.35%
B = 43.61%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306674 (or 0x306674) is known color: Blumine. HEX triplet: 30, 66 and 74. RGB value is (48,102,116). Sum of RGB (Red+Green+Blue) = 48+102+116=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #306674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306674 is #CF998B. Grayscale: #575757. Windows color (decimal): -13605260 or 7628336. OLE color: 7628336.

HSL color Cylindrical-coordinate representation of color #306674: hue angle of 192.35º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306674 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 102 116 -
CMYK 0.59 0.12 0 0.55
HSL 192.35º 0.41% 0.32% -
HSV(B) 192.35º 0.59% 0.45% -
XYZ 9.12 11.39 18.24 -
YUV 87.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 48 102 116 0.59 0.12 0 0.55 192.35 0.41 0.32
Hex 30 66 74 3B C 0 37 C0 29 20
Octal 60 146 164 73 14 0 67 300 51 40
Binary 110000 1100110 1110100 111011 1100 0 110111 11000000 101001 100000

Color Harmonies of #306674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306674

Black with #306674

Text Example


Text Example

White with #306674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306674; }

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

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

background-color css

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

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

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

border-color css

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

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

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