Html Css Color HEX #305767 Blumine

📋 copy color: '#305767'

red 48 ◦ green 87 ◦ blue 103

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

Shades of Blumine #305767

Tints of Blumine #305767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.55%

 BLUE value IS 103 (40.63% from 255) = 43.28%

R = 20.17%
G = 36.55%
B = 43.28%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#305767 (or 0x305767) is known color: Blumine. HEX triplet: 30, 57 and 67. RGB value is (48,87,103). Sum of RGB (Red+Green+Blue) = 48+87+103=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #305767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305767 is #CFA898. Grayscale: #4D4D4D. Windows color (decimal): -13609113 or 6772528. OLE color: 6772528.

HSL color Cylindrical-coordinate representation of color #305767: hue angle of 197.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305767 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 87 103 -
CMYK 0.53 0.16 0 0.60
HSL 197.45º 0.36% 0.3% -
HSV(B) 197.45º 0.53% 0.4% -
XYZ 7.08 8.42 14.09 -
YUV 77.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 48 87 103 0.53 0.16 0 0.60 197.45 0.36 0.3
Hex 30 57 67 35 10 0 3C C5 24 1E
Octal 60 127 147 65 20 0 74 305 44 36
Binary 110000 1010111 1100111 110101 10000 0 111100 11000101 100100 11110

Color Harmonies of #305767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305767

Black with #305767

Text Example


Text Example

White with #305767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305767; }

 p { color: rgb(48,87,103); }

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

background-color css

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

 a { background-color: rgb(48,87,103); }

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

border-color css

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

 span { border-color: rgb(48,87,103); }

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