Html Css Color HEX #305C70 Blumine

📋 copy color: '#305C70'

red 48 ◦ green 92 ◦ blue 112

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

Shades of Blumine #305C70

Tints of Blumine #305C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 19.05%
G = 36.51%
B = 44.44%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305C70 (or 0x305C70) is known color: Blumine. HEX triplet: 30, 5C and 70. RGB value is (48,92,112). Sum of RGB (Red+Green+Blue) = 48+92+112=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #305C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C70 is #CFA38F. Grayscale: #515151. Windows color (decimal): -13607824 or 7363632. OLE color: 7363632.

HSL color Cylindrical-coordinate representation of color #305C70: hue angle of 198.75º 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 #305C70 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 92 112 -
CMYK 0.57 0.18 0 0.56
HSL 198.75º 0.4% 0.31% -
HSV(B) 198.75º 0.57% 0.44% -
XYZ 7.97 9.45 16.73 -
YUV 81.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 48 92 112 0.57 0.18 0 0.56 198.75 0.4 0.31
Hex 30 5C 70 39 12 0 38 C7 28 1F
Octal 60 134 160 71 22 0 70 307 50 37
Binary 110000 1011100 1110000 111001 10010 0 111000 11000111 101000 11111

Color Harmonies of #305C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C70

Black with #305C70

Text Example


Text Example

White with #305C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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