Html Css Color HEX #305869 Blumine

📋 copy color: '#305869'

red 48 ◦ green 88 ◦ blue 105

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

Shades of Blumine #305869

Tints of Blumine #305869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 19.92%
G = 36.51%
B = 43.57%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#305869 (or 0x305869) is known color: Blumine. HEX triplet: 30, 58 and 69. RGB value is (48,88,105). Sum of RGB (Red+Green+Blue) = 48+88+105=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #305869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305869 is #CFA796. Grayscale: #4D4D4D. Windows color (decimal): -13608855 or 6903856. OLE color: 6903856.

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

Color convert

RGB 48 88 105 -
CMYK 0.54 0.16 0 0.59
HSL 197.89º 0.37% 0.3% -
HSV(B) 197.89º 0.54% 0.41% -
XYZ 7.26 8.63 14.65 -
YUV 77.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 48 88 105 0.54 0.16 0 0.59 197.89 0.37 0.3
Hex 30 58 69 36 10 0 3B C6 25 1E
Octal 60 130 151 66 20 0 73 306 45 36
Binary 110000 1011000 1101001 110110 10000 0 111011 11000110 100101 11110

Color Harmonies of #305869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305869

Black with #305869

Text Example


Text Example

White with #305869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305869; }

 p { color: rgb(48,88,105); }

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

background-color css

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

 a { background-color: rgb(48,88,105); }

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

border-color css

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

 span { border-color: rgb(48,88,105); }

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