Html Css Color HEX #305766 Blumine

📋 copy color: '#305766'

red 48 ◦ green 87 ◦ blue 102

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

Shades of Blumine #305766

Tints of Blumine #305766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 20.25%
G = 36.71%
B = 43.04%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#305766 (or 0x305766) is known color: Blumine. HEX triplet: 30, 57 and 66. RGB value is (48,87,102). Sum of RGB (Red+Green+Blue) = 48+87+102=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #305766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305766 is #CFA899. Grayscale: #4C4C4C. Windows color (decimal): -13609114 or 6706992. OLE color: 6706992.

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

Color convert

RGB 48 87 102 -
CMYK 0.53 0.15 0 0.6
HSL 196.67º 0.36% 0.29% -
HSV(B) 196.67º 0.53% 0.4% -
XYZ 7.03 8.4 13.82 -
YUV 77.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 48 87 102 0.53 0.15 0 0.6 196.67 0.36 0.29
Hex 30 57 66 35 F 0 3C C5 24 1D
Octal 60 127 146 65 17 0 74 305 44 35
Binary 110000 1010111 1100110 110101 1111 0 111100 11000101 100100 11101

Color Harmonies of #305766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305766

Black with #305766

Text Example


Text Example

White with #305766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305766; }

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

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

background-color css

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

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

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

border-color css

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

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

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