Html Css Color HEX #305C66 Blumine

📋 copy color: '#305C66'

red 48 ◦ green 92 ◦ blue 102

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

Shades of Blumine #305C66

Tints of Blumine #305C66

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

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

R = 19.83%
G = 38.02%
B = 42.15%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#305C66 (or 0x305C66) is known color: Blumine. HEX triplet: 30, 5C and 66. RGB value is (48,92,102). Sum of RGB (Red+Green+Blue) = 48+92+102=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #305C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C66 is #CFA399. Grayscale: #4F4F4F. Windows color (decimal): -13607834 or 6708272. OLE color: 6708272.

HSL color Cylindrical-coordinate representation of color #305C66: hue angle of 191.11º 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 #305C66 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 92 102 -
CMYK 0.53 0.10 0 0.6
HSL 191.11º 0.36% 0.29% -
HSV(B) 191.11º 0.53% 0.4% -
XYZ 7.44 9.24 13.96 -
YUV 79.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 48 92 102 0.53 0.10 0 0.6 191.11 0.36 0.29
Hex 30 5C 66 35 A 0 3C BF 24 1D
Octal 60 134 146 65 12 0 74 277 44 35
Binary 110000 1011100 1100110 110101 1010 0 111100 10111111 100100 11101

Color Harmonies of #305C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C66

Black with #305C66

Text Example


Text Example

White with #305C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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