Html Css Color HEX #305F74 Blumine

📋 copy color: '#305F74'

red 48 ◦ green 95 ◦ blue 116

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

Shades of Blumine #305F74

Tints of Blumine #305F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.68%

 BLUE value IS 116 (45.7% from 255) = 44.79%

R = 18.53%
G = 36.68%
B = 44.79%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305F74 (or 0x305F74) is known color: Blumine. HEX triplet: 30, 5F and 74. RGB value is (48,95,116). Sum of RGB (Red+Green+Blue) = 48+95+116=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #305F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F74 is #CFA08B. Grayscale: #535353. Windows color (decimal): -13607052 or 7626544. OLE color: 7626544.

HSL color Cylindrical-coordinate representation of color #305F74: hue angle of 198.53º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305F74 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 95 116 -
CMYK 0.59 0.18 0 0.55
HSL 198.53º 0.41% 0.32% -
HSV(B) 198.53º 0.59% 0.45% -
XYZ 8.46 10.07 18.02 -
YUV 83.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 48 95 116 0.59 0.18 0 0.55 198.53 0.41 0.32
Hex 30 5F 74 3B 12 0 37 C7 29 20
Octal 60 137 164 73 22 0 67 307 51 40
Binary 110000 1011111 1110100 111011 10010 0 110111 11000111 101001 100000

Color Harmonies of #305F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F74

Black with #305F74

Text Example


Text Example

White with #305F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,95,116); }

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

background-color css

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

 a { background-color: rgb(48,95,116); }

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

border-color css

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

 span { border-color: rgb(48,95,116); }

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