Html Css Color HEX #306268 Blumine

📋 copy color: '#306268'

red 48 ◦ green 98 ◦ blue 104

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

Shades of Blumine #306268

Tints of Blumine #306268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.2%

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 19.2%
G = 39.2%
B = 41.6%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#306268 (or 0x306268) is known color: Blumine. HEX triplet: 30, 62 and 68. RGB value is (48,98,104). Sum of RGB (Red+Green+Blue) = 48+98+104=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #306268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306268 is #CF9D97. Grayscale: #535353. Windows color (decimal): -13606296 or 6840880. OLE color: 6840880.

HSL color Cylindrical-coordinate representation of color #306268: hue angle of 186.43º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306268 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 98 104 -
CMYK 0.54 0.06 0 0.59
HSL 186.43º 0.37% 0.3% -
HSV(B) 186.43º 0.54% 0.41% -
XYZ 8.09 10.36 14.67 -
YUV 83.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 48 98 104 0.54 0.06 0 0.59 186.43 0.37 0.3
Hex 30 62 68 36 6 0 3B BA 25 1E
Octal 60 142 150 66 6 0 73 272 45 36
Binary 110000 1100010 1101000 110110 110 0 111011 10111010 100101 11110

Color Harmonies of #306268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306268

Black with #306268

Text Example


Text Example

White with #306268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306268; }

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

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

background-color css

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

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

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

border-color css

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

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

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