Html Css Color HEX #305D6C Blumine

📋 copy color: '#305D6C'

red 48 ◦ green 93 ◦ blue 108

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

Shades of Blumine #305D6C

Tints of Blumine #305D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

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

R = 19.28%
G = 37.35%
B = 43.37%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#305D6C (or 0x305D6C) is known color: Blumine. HEX triplet: 30, 5D and 6C. RGB value is (48,93,108). Sum of RGB (Red+Green+Blue) = 48+93+108=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #305D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D6C is #CFA293. Grayscale: #515151. Windows color (decimal): -13607572 or 7101744. OLE color: 7101744.

HSL color Cylindrical-coordinate representation of color #305D6C: hue angle of 195º 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 #305D6C is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 93 108 -
CMYK 0.56 0.14 0 0.58
HSL 195º 0.38% 0.31% -
HSV(B) 195º 0.56% 0.42% -
XYZ 7.84 9.54 15.62 -
YUV 81.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 48 93 108 0.56 0.14 0 0.58 195 0.38 0.31
Hex 30 5D 6C 38 E 0 3A C3 26 1F
Octal 60 135 154 70 16 0 72 303 46 37
Binary 110000 1011101 1101100 111000 1110 0 111010 11000011 100110 11111

Color Harmonies of #305D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D6C

Black with #305D6C

Text Example


Text Example

White with #305D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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