Html Css Color HEX #30627C Blumine

📋 copy color: '#30627C'

red 48 ◦ green 98 ◦ blue 124

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

Shades of Blumine #30627C

Tints of Blumine #30627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.3%

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

R = 17.78%
G = 36.3%
B = 45.93%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30627C (or 0x30627C) is known color: Blumine. HEX triplet: 30, 62 and 7C. RGB value is (48,98,124). Sum of RGB (Red+Green+Blue) = 48+98+124=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #30627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30627C is #CF9D83. Grayscale: #555555. Windows color (decimal): -13606276 or 8151600. OLE color: 8151600.

HSL color Cylindrical-coordinate representation of color #30627C: hue angle of 200.53º 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 #30627C is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 98 124 -
CMYK 0.61 0.21 0 0.51
HSL 200.53º 0.44% 0.34% -
HSV(B) 200.53º 0.61% 0.49% -
XYZ 9.22 10.82 20.67 -
YUV 86.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 48 98 124 0.61 0.21 0 0.51 200.53 0.44 0.34
Hex 30 62 7C 3D 15 0 33 C9 2C 22
Octal 60 142 174 75 25 0 63 311 54 42
Binary 110000 1100010 1111100 111101 10101 0 110011 11001001 101100 100010

Color Harmonies of #30627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30627C

Black with #30627C

Text Example


Text Example

White with #30627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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