Html Css Color HEX #306367 Blumine

📋 copy color: '#306367'

red 48 ◦ green 99 ◦ blue 103

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

Shades of Blumine #306367

Tints of Blumine #306367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.6%

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

R = 19.2%
G = 39.6%
B = 41.2%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#306367 (or 0x306367) is known color: Blumine. HEX triplet: 30, 63 and 67. RGB value is (48,99,103). Sum of RGB (Red+Green+Blue) = 48+99+103=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #306367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306367 is #CF9C98. Grayscale: #545454. Windows color (decimal): -13606041 or 6775600. OLE color: 6775600.

HSL color Cylindrical-coordinate representation of color #306367: hue angle of 184.36º 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 #306367 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 99 103 -
CMYK 0.53 0.04 0 0.60
HSL 184.36º 0.36% 0.3% -
HSV(B) 184.36º 0.53% 0.4% -
XYZ 8.13 10.53 14.44 -
YUV 84.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 48 99 103 0.53 0.04 0 0.60 184.36 0.36 0.3
Hex 30 63 67 35 4 0 3C B8 24 1E
Octal 60 143 147 65 4 0 74 270 44 36
Binary 110000 1100011 1100111 110101 100 0 111100 10111000 100100 11110

Color Harmonies of #306367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306367

Black with #306367

Text Example


Text Example

White with #306367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306367; }

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

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

background-color css

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

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

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

border-color css

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

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

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