Html Css Color HEX #30617B Blumine

📋 copy color: '#30617B'

red 48 ◦ green 97 ◦ blue 123

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

Shades of Blumine #30617B

Tints of Blumine #30617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 17.91%
G = 36.19%
B = 45.9%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30617B (or 0x30617B) is known color: Blumine. HEX triplet: 30, 61 and 7B. RGB value is (48,97,123). Sum of RGB (Red+Green+Blue) = 48+97+123=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #30617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30617B is #CF9E84. Grayscale: #555555. Windows color (decimal): -13606533 or 8085808. OLE color: 8085808.

HSL color Cylindrical-coordinate representation of color #30617B: hue angle of 200.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30617B is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 97 123 -
CMYK 0.61 0.21 0 0.52
HSL 200.8º 0.44% 0.34% -
HSV(B) 200.8º 0.61% 0.48% -
XYZ 9.07 10.61 20.31 -
YUV 85.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 48 97 123 0.61 0.21 0 0.52 200.8 0.44 0.34
Hex 30 61 7B 3D 15 0 34 C9 2C 22
Octal 60 141 173 75 25 0 64 311 54 42
Binary 110000 1100001 1111011 111101 10101 0 110100 11001001 101100 100010

Color Harmonies of #30617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30617B

Black with #30617B

Text Example


Text Example

White with #30617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30617B; }

 p { color: rgb(48,97,123); }

 H1.HeaderClassName
 {
   color: #30617B;
 }
 .AnyTagClassName
 {
   color: #30617B;
 }
</style>

background-color css

<style>
 a { background-color: #30617B; }

 a { background-color: rgb(48,97,123); }

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

border-color css

<style>
 span { border-color: #30617B; }

 span { border-color: rgb(48,97,123); }

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