Html Css Color HEX #306368 Blumine

📋 copy color: '#306368'

red 48 ◦ green 99 ◦ blue 104

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

Shades of Blumine #306368

Tints of Blumine #306368

RGB

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

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

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

R = 19.12%
G = 39.44%
B = 41.43%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#306368 (or 0x306368) is known color: Blumine. HEX triplet: 30, 63 and 68. RGB value is (48,99,104). Sum of RGB (Red+Green+Blue) = 48+99+104=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #306368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306368 is #CF9C97. Grayscale: #545454. Windows color (decimal): -13606040 or 6841136. OLE color: 6841136.

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

Color convert

RGB 48 99 104 -
CMYK 0.54 0.05 0 0.59
HSL 185.36º 0.37% 0.3% -
HSV(B) 185.36º 0.54% 0.41% -
XYZ 8.18 10.55 14.7 -
YUV 84.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 48 99 104 0.54 0.05 0 0.59 185.36 0.37 0.3
Hex 30 63 68 36 5 0 3B B9 25 1E
Octal 60 143 150 66 5 0 73 271 45 36
Binary 110000 1100011 1101000 110110 101 0 111011 10111001 100101 11110

Color Harmonies of #306368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306368

Black with #306368

Text Example


Text Example

White with #306368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306368; }

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

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

background-color css

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

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

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

border-color css

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

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

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