Html Css Color HEX #305B6C Blumine

📋 copy color: '#305B6C'

red 48 ◦ green 91 ◦ blue 108

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

Shades of Blumine #305B6C

Tints of Blumine #305B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.72%

R = 19.43%
G = 36.84%
B = 43.72%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#305B6C (or 0x305B6C) is known color: Blumine. HEX triplet: 30, 5B and 6C. RGB value is (48,91,108). Sum of RGB (Red+Green+Blue) = 48+91+108=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #305B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B6C is #CFA493. Grayscale: #4F4F4F. Windows color (decimal): -13608084 or 7101232. OLE color: 7101232.

HSL color Cylindrical-coordinate representation of color #305B6C: hue angle of 197º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #305B6C is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 91 108 -
CMYK 0.56 0.16 0 0.58
HSL 197º 0.38% 0.31% -
HSV(B) 197º 0.56% 0.42% -
XYZ 7.67 9.19 15.56 -
YUV 80.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 48 91 108 0.56 0.16 0 0.58 197 0.38 0.31
Hex 30 5B 6C 38 10 0 3A C5 26 1F
Octal 60 133 154 70 20 0 72 305 46 37
Binary 110000 1011011 1101100 111000 10000 0 111010 11000101 100110 11111

Color Harmonies of #305B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B6C

Black with #305B6C

Text Example


Text Example

White with #305B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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