Html Css Color HEX #305E6B Blumine

📋 copy color: '#305E6B'

red 48 ◦ green 94 ◦ blue 107

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

Shades of Blumine #305E6B

Tints of Blumine #305E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.75%

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 19.28%
G = 37.75%
B = 42.97%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#305E6B (or 0x305E6B) is known color: Blumine. HEX triplet: 30, 5E and 6B. RGB value is (48,94,107). Sum of RGB (Red+Green+Blue) = 48+94+107=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #305E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E6B is #CFA194. Grayscale: #515151. Windows color (decimal): -13607317 or 7036464. OLE color: 7036464.

HSL color Cylindrical-coordinate representation of color #305E6B: hue angle of 193.22º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #305E6B is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 94 107 -
CMYK 0.55 0.12 0 0.58
HSL 193.22º 0.38% 0.3% -
HSV(B) 193.22º 0.55% 0.42% -
XYZ 7.88 9.7 15.37 -
YUV 81.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 48 94 107 0.55 0.12 0 0.58 193.22 0.38 0.3
Hex 30 5E 6B 37 C 0 3A C1 26 1E
Octal 60 136 153 67 14 0 72 301 46 36
Binary 110000 1011110 1101011 110111 1100 0 111010 11000001 100110 11110

Color Harmonies of #305E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E6B

Black with #305E6B

Text Example


Text Example

White with #305E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,94,107); }

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

background-color css

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

 a { background-color: rgb(48,94,107); }

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

border-color css

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

 span { border-color: rgb(48,94,107); }

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