Html Css Color HEX #305A6F Blumine

📋 copy color: '#305A6F'

red 48 ◦ green 90 ◦ blue 111

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

Shades of Blumine #305A6F

Tints of Blumine #305A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.58%

R = 19.28%
G = 36.14%
B = 44.58%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305A6F (or 0x305A6F) is known color: Blumine. HEX triplet: 30, 5A and 6F. RGB value is (48,90,111). Sum of RGB (Red+Green+Blue) = 48+90+111=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #305A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A6F is #CFA590. Grayscale: #4F4F4F. Windows color (decimal): -13608337 or 7297584. OLE color: 7297584.

HSL color Cylindrical-coordinate representation of color #305A6F: hue angle of 200º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305A6F is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 90 111 -
CMYK 0.57 0.19 0 0.56
HSL 200º 0.4% 0.31% -
HSV(B) 200º 0.57% 0.44% -
XYZ 7.74 9.09 16.38 -
YUV 79.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 48 90 111 0.57 0.19 0 0.56 200 0.4 0.31
Hex 30 5A 6F 39 13 0 38 C8 28 1F
Octal 60 132 157 71 23 0 70 310 50 37
Binary 110000 1011010 1101111 111001 10011 0 111000 11001000 101000 11111

Color Harmonies of #305A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A6F

Black with #305A6F

Text Example


Text Example

White with #305A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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