Html Css Color HEX #306267 Blumine

📋 copy color: '#306267'

red 48 ◦ green 98 ◦ blue 103

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

Shades of Blumine #306267

Tints of Blumine #306267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 19.28%
G = 39.36%
B = 41.37%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#306267 (or 0x306267) is known color: Blumine. HEX triplet: 30, 62 and 67. RGB value is (48,98,103). Sum of RGB (Red+Green+Blue) = 48+98+103=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #306267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306267 is #CF9D98. Grayscale: #535353. Windows color (decimal): -13606297 or 6775344. OLE color: 6775344.

HSL color Cylindrical-coordinate representation of color #306267: hue angle of 185.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306267 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 98 103 -
CMYK 0.53 0.05 0 0.60
HSL 185.45º 0.36% 0.3% -
HSV(B) 185.45º 0.53% 0.4% -
XYZ 8.03 10.34 14.4 -
YUV 83.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 48 98 103 0.53 0.05 0 0.60 185.45 0.36 0.3
Hex 30 62 67 35 5 0 3C B9 24 1E
Octal 60 142 147 65 5 0 74 271 44 36
Binary 110000 1100010 1100111 110101 101 0 111100 10111001 100100 11110

Color Harmonies of #306267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306267

Black with #306267

Text Example


Text Example

White with #306267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306267; }

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

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

background-color css

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

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

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

border-color css

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

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

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