Html Css Color HEX #30657C Blumine

📋 copy color: '#30657C'

red 48 ◦ green 101 ◦ blue 124

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

Shades of Blumine #30657C

Tints of Blumine #30657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 17.58%
G = 37%
B = 45.42%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30657C (or 0x30657C) is known color: Blumine. HEX triplet: 30, 65 and 7C. RGB value is (48,101,124). Sum of RGB (Red+Green+Blue) = 48+101+124=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #30657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30657C is #CF9A83. Grayscale: #575757. Windows color (decimal): -13605508 or 8152368. OLE color: 8152368.

HSL color Cylindrical-coordinate representation of color #30657C: hue angle of 198.16º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30657C is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 101 124 -
CMYK 0.61 0.19 0 0.51
HSL 198.16º 0.44% 0.34% -
HSV(B) 198.16º 0.61% 0.49% -
XYZ 9.51 11.39 20.77 -
YUV 87.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 48 101 124 0.61 0.19 0 0.51 198.16 0.44 0.34
Hex 30 65 7C 3D 13 0 33 C6 2C 22
Octal 60 145 174 75 23 0 63 306 54 42
Binary 110000 1100101 1111100 111101 10011 0 110011 11000110 101100 100010

Color Harmonies of #30657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30657C

Black with #30657C

Text Example


Text Example

White with #30657C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30657C; }

 p { color: rgb(48,101,124); }

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

background-color css

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

 a { background-color: rgb(48,101,124); }

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

border-color css

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

 span { border-color: rgb(48,101,124); }

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