Html Css Color HEX #305A63 Blumine

📋 copy color: '#305A63'

red 48 ◦ green 90 ◦ blue 99

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

Shades of Blumine #305A63

Tints of Blumine #305A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 20.25%
G = 37.97%
B = 41.77%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#305A63 (or 0x305A63) is known color: Blumine. HEX triplet: 30, 5A and 63. RGB value is (48,90,99). Sum of RGB (Red+Green+Blue) = 48+90+99=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #305A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A63 is #CFA59C. Grayscale: #4E4E4E. Windows color (decimal): -13608349 or 6511152. OLE color: 6511152.

HSL color Cylindrical-coordinate representation of color #305A63: hue angle of 190.59º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305A63 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 90 99 -
CMYK 0.52 0.09 0 0.61
HSL 190.59º 0.35% 0.29% -
HSV(B) 190.59º 0.52% 0.39% -
XYZ 7.13 8.84 13.14 -
YUV 78.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 48 90 99 0.52 0.09 0 0.61 190.59 0.35 0.29
Hex 30 5A 63 34 9 0 3D BF 23 1D
Octal 60 132 143 64 11 0 75 277 43 35
Binary 110000 1011010 1100011 110100 1001 0 111101 10111111 100011 11101

Color Harmonies of #305A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A63

Black with #305A63

Text Example


Text Example

White with #305A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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