Html Css Color HEX #306168 Blumine

📋 copy color: '#306168'

red 48 ◦ green 97 ◦ blue 104

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

Shades of Blumine #306168

Tints of Blumine #306168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

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

R = 19.28%
G = 38.96%
B = 41.77%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#306168 (or 0x306168) is known color: Blumine. HEX triplet: 30, 61 and 68. RGB value is (48,97,104). Sum of RGB (Red+Green+Blue) = 48+97+104=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #306168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306168 is #CF9E97. Grayscale: #535353. Windows color (decimal): -13606552 or 6840624. OLE color: 6840624.

HSL color Cylindrical-coordinate representation of color #306168: hue angle of 187.5º 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 #306168 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 97 104 -
CMYK 0.54 0.07 0 0.59
HSL 187.5º 0.37% 0.3% -
HSV(B) 187.5º 0.54% 0.41% -
XYZ 7.99 10.18 14.64 -
YUV 83.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 48 97 104 0.54 0.07 0 0.59 187.5 0.37 0.3
Hex 30 61 68 36 7 0 3B BC 25 1E
Octal 60 141 150 66 7 0 73 274 45 36
Binary 110000 1100001 1101000 110110 111 0 111011 10111100 100101 11110

Color Harmonies of #306168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306168

Black with #306168

Text Example


Text Example

White with #306168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306168; }

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

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

background-color css

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

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

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

border-color css

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

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

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