Html Css Color HEX #305C6E Blumine

📋 copy color: '#305C6E'

red 48 ◦ green 92 ◦ blue 110

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

Shades of Blumine #305C6E

Tints of Blumine #305C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44%

R = 19.2%
G = 36.8%
B = 44%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#305C6E (or 0x305C6E) is known color: Blumine. HEX triplet: 30, 5C and 6E. RGB value is (48,92,110). Sum of RGB (Red+Green+Blue) = 48+92+110=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #305C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C6E is #CFA391. Grayscale: #505050. Windows color (decimal): -13607826 or 7232560. OLE color: 7232560.

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

Color convert

RGB 48 92 110 -
CMYK 0.56 0.16 0 0.57
HSL 197.42º 0.39% 0.31% -
HSV(B) 197.42º 0.56% 0.43% -
XYZ 7.86 9.41 16.15 -
YUV 80.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 48 92 110 0.56 0.16 0 0.57 197.42 0.39 0.31
Hex 30 5C 6E 38 10 0 39 C5 27 1F
Octal 60 134 156 70 20 0 71 305 47 37
Binary 110000 1011100 1101110 111000 10000 0 111001 11000101 100111 11111

Color Harmonies of #305C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C6E

Black with #305C6E

Text Example


Text Example

White with #305C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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