Html Css Color HEX #305B68 Blumine

📋 copy color: '#305B68'

red 48 ◦ green 91 ◦ blue 104

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

Shades of Blumine #305B68

Tints of Blumine #305B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.45%

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

R = 19.75%
G = 37.45%
B = 42.8%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#305B68 (or 0x305B68) is known color: Blumine. HEX triplet: 30, 5B and 68. RGB value is (48,91,104). Sum of RGB (Red+Green+Blue) = 48+91+104=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #305B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B68 is #CFA497. Grayscale: #4F4F4F. Windows color (decimal): -13608088 or 6839088. OLE color: 6839088.

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

Color convert

RGB 48 91 104 -
CMYK 0.54 0.12 0 0.59
HSL 193.93º 0.37% 0.3% -
HSV(B) 193.93º 0.54% 0.41% -
XYZ 7.46 9.11 14.46 -
YUV 79.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 48 91 104 0.54 0.12 0 0.59 193.93 0.37 0.3
Hex 30 5B 68 36 C 0 3B C2 25 1E
Octal 60 133 150 66 14 0 73 302 45 36
Binary 110000 1011011 1101000 110110 1100 0 111011 11000010 100101 11110

Color Harmonies of #305B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B68

Black with #305B68

Text Example


Text Example

White with #305B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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