Html Css Color HEX #305F72 Blumine

📋 copy color: '#305F72'

red 48 ◦ green 95 ◦ blue 114

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

Shades of Blumine #305F72

Tints of Blumine #305F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 18.68%
G = 36.96%
B = 44.36%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305F72 (or 0x305F72) is known color: Blumine. HEX triplet: 30, 5F and 72. RGB value is (48,95,114). Sum of RGB (Red+Green+Blue) = 48+95+114=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #305F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F72 is #CFA08D. Grayscale: #525252. Windows color (decimal): -13607054 or 7495472. OLE color: 7495472.

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

Color convert

RGB 48 95 114 -
CMYK 0.58 0.17 0 0.55
HSL 197.27º 0.41% 0.32% -
HSV(B) 197.27º 0.58% 0.45% -
XYZ 8.35 10.03 17.42 -
YUV 83.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 48 95 114 0.58 0.17 0 0.55 197.27 0.41 0.32
Hex 30 5F 72 3A 11 0 37 C5 29 20
Octal 60 137 162 72 21 0 67 305 51 40
Binary 110000 1011111 1110010 111010 10001 0 110111 11000101 101001 100000

Color Harmonies of #305F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F72

Black with #305F72

Text Example


Text Example

White with #305F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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