Html Css Color HEX #305A6B Blumine

📋 copy color: '#305A6B'

red 48 ◦ green 90 ◦ blue 107

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

Shades of Blumine #305A6B

Tints of Blumine #305A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.73%

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

R = 19.59%
G = 36.73%
B = 43.67%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#305A6B (or 0x305A6B) is known color: Blumine. HEX triplet: 30, 5A and 6B. RGB value is (48,90,107). Sum of RGB (Red+Green+Blue) = 48+90+107=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #305A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A6B is #CFA594. Grayscale: #4F4F4F. Windows color (decimal): -13608341 or 7035440. OLE color: 7035440.

HSL color Cylindrical-coordinate representation of color #305A6B: hue angle of 197.29º 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 #305A6B is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 90 107 -
CMYK 0.55 0.16 0 0.58
HSL 197.29º 0.38% 0.3% -
HSV(B) 197.29º 0.55% 0.42% -
XYZ 7.53 9 15.25 -
YUV 79.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 48 90 107 0.55 0.16 0 0.58 197.29 0.38 0.3
Hex 30 5A 6B 37 10 0 3A C5 26 1E
Octal 60 132 153 67 20 0 72 305 46 36
Binary 110000 1011010 1101011 110111 10000 0 111010 11000101 100110 11110

Color Harmonies of #305A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A6B

Black with #305A6B

Text Example


Text Example

White with #305A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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