Html Css Color HEX #30656B Blumine

📋 copy color: '#30656B'

red 48 ◦ green 101 ◦ blue 107

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

Shades of Blumine #30656B

Tints of Blumine #30656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 18.75%
G = 39.45%
B = 41.8%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30656B (or 0x30656B) is known color: Blumine. HEX triplet: 30, 65 and 6B. RGB value is (48,101,107). Sum of RGB (Red+Green+Blue) = 48+101+107=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #30656B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30656B is #CF9A94. Grayscale: #555555. Windows color (decimal): -13605525 or 7038256. OLE color: 7038256.

HSL color Cylindrical-coordinate representation of color #30656B: hue angle of 186.1º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30656B is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 101 107 -
CMYK 0.55 0.06 0 0.58
HSL 186.1º 0.38% 0.3% -
HSV(B) 186.1º 0.55% 0.42% -
XYZ 8.53 11 15.58 -
YUV 85.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 48 101 107 0.55 0.06 0 0.58 186.1 0.38 0.3
Hex 30 65 6B 37 6 0 3A BA 26 1E
Octal 60 145 153 67 6 0 72 272 46 36
Binary 110000 1100101 1101011 110111 110 0 111010 10111010 100110 11110

Color Harmonies of #30656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30656B

Black with #30656B

Text Example


Text Example

White with #30656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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